From 050ceb3b7c1943d042c79a3940dae9a234a01735 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 28 Jul 2016 17:23:44 +0200 Subject: [PATCH] zebra: fix include for SNMP no idea where this disappeared. Signed-off-by: David Lamparter --- zebra/zebra_snmp.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5