diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-07-28 17:23:44 +0200 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-07-28 07:27:47 -0400 | 
| commit | 050ceb3b7c1943d042c79a3940dae9a234a01735 (patch) | |
| tree | f010c22f1f472051102276f720f7ef7e71123526 /zebra/zebra_snmp.c | |
| parent | 56e2c5e8471704b3f28210a96f3e5ef7e8557b97 (diff) | |
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 11fc0ef40d..3ba9fc26a8 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  | 
