From: Robin Geuze Date: Tue, 7 Mar 2017 19:55:03 +0000 (+0100) Subject: Replace net-snmp-includes.h with hand picked headers so it no longer breaks compile... X-Git-Tag: rec-4.1.0-alpha1~221^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa73190932b714d9a7df0036621473b9a359fc2c;p=pdns Replace net-snmp-includes.h with hand picked headers so it no longer breaks compile on FreeBSD --- diff --git a/pdns/snmp-agent.hh b/pdns/snmp-agent.hh index cc22ed98b..41fa9f802 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 */