commit | 07661cb5a81a46c9a177bbc0d963a6a74fbbce43 | [log] [tgz] |
---|---|---|
author | paul <paul> | Tue Mar 18 00:03:05 2003 +0000 |
committer | paul <paul> | Tue Mar 18 00:03:05 2003 +0000 |
tree | c6879c4d9bd2a70f929f5dc3261d89b1b0977f7c | |
parent | 1b5d019a115bcf69786c870feb93f685ce806ff0 [diff] |
Fix build for net-snmp
diff --git a/ripd/rip_snmp.c b/ripd/rip_snmp.c index dc2b621..5a5060f 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>