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 /lib/smux.c | |
parent | 1ab350de1175ae05ea2d2269663e7a5f13dbe2fe (diff) | |
download | quagga-89c2cbfdafc8dc26c125f159b9779ff918f6be0d.tar.bz2 quagga-89c2cbfdafc8dc26c125f159b9779ff918f6be0d.tar.xz |
Fix build for net-snmp
Diffstat (limited to 'lib/smux.c')
-rw-r--r-- | lib/smux.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,7 +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> |