diff options
author | paul <paul> | 2003-03-18 00:03:05 +0000 |
---|---|---|
committer | paul <paul> | 2003-03-18 00:03:05 +0000 |
commit | 89c2cbfdafc8dc26c125f159b9779ff918f6be0d (patch) | |
tree | d486a7334eb870181fcc53954f79599728b6c10b /ripd/rip_snmp.c | |
parent | 1ab350de1175ae05ea2d2269663e7a5f13dbe2fe (diff) | |
download | quagga-89c2cbfdafc8dc26c125f159b9779ff918f6be0d.tar.bz2 quagga-89c2cbfdafc8dc26c125f159b9779ff918f6be0d.tar.xz |
Fix build for net-snmp
Diffstat (limited to 'ripd/rip_snmp.c')
-rw-r--r-- | ripd/rip_snmp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ripd/rip_snmp.c b/ripd/rip_snmp.c index dc2b6212..5a5060fd 100644 --- a/ripd/rip_snmp.c +++ b/ripd/rip_snmp.c @@ -22,6 +22,9 @@ #include <zebra.h> #ifdef HAVE_SNMP +#ifdef HAVE_NETSNMP +#include <net-snmp/net-snmp-config.h> +#endif #include <asn1.h> #include <snmp.h> #include <snmp_impl.h> |