From aa73190932b714d9a7df0036621473b9a359fc2c Mon Sep 17 00:00:00 2001 From: Robin Geuze Date: Tue, 7 Mar 2017 20:55:03 +0100 Subject: [PATCH] Replace net-snmp-includes.h with hand picked headers so it no longer breaks compile on FreeBSD --- pdns/snmp-agent.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pdns/snmp-agent.hh b/pdns/snmp-agent.hh index cc22ed98b8..41fa9f802f 100644 --- a/pdns/snmp-agent.hh +++ b/pdns/snmp-agent.hh @@ -9,7 +9,10 @@ #ifdef HAVE_NET_SNMP #include -#include +#include +#include +#include +#include #include #undef INET6 /* SRSLY? */ #endif /* HAVE_NET_SNMP */ -- 2.47.2