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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5123%2Fhead;p=thirdparty%2Fpdns.git 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 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 */