diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-07-28 17:23:44 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-07-28 13:27:47 +0200 |
commit | 050ceb3b7c1943d042c79a3940dae9a234a01735 (patch) | |
tree | f010c22f1f472051102276f720f7ef7e71123526 /zebra/zebra_snmp.c | |
parent | lib: AgentX: use threads instead of eventloop hack (diff) | |
download | frr-050ceb3b7c1943d042c79a3940dae9a234a01735.tar.xz frr-050ceb3b7c1943d042c79a3940dae9a234a01735.zip |
zebra: fix include for SNMP
no idea where this disappeared.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_snmp.c')
-rw-r--r-- | zebra/zebra_snmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_snmp.c b/zebra/zebra_snmp.c index 11fc0ef40..3ba9fc26a 100644 --- a/zebra/zebra_snmp.c +++ b/zebra/zebra_snmp.c @@ -39,6 +39,7 @@ #include "zebra/rib.h" #include "zebra/zserv.h" +#include "zebra/zebra_vrf.h" #define IPFWMIB 1,3,6,1,2,1,4,24 |