commit | e33545cb9d7a8c7875f18b6d44bf75d320ccedfb | [log] [tgz] |
---|---|---|
author | Lou Berger <lberger@labn.net> | Mon Oct 10 09:50:58 2016 -0400 |
committer | Paul Jakma <paul.jakma@hpe.com> | Tue Oct 11 11:59:22 2016 +0100 |
tree | be90abff85648955fbfc00d6ea0310b49caba452 | |
parent | 68bfb6190e19898adc0e420b6346cf4778705e60 [diff] [blame] |
bgp: fix warning in bgp_nht.c
diff --git a/bgpd/bgp_nht.c b/bgpd/bgp_nht.c index 0cfcadd..b5d830e 100644 --- a/bgpd/bgp_nht.c +++ b/bgpd/bgp_nht.c
@@ -40,6 +40,7 @@ #include "bgpd/bgp_debug.h" #include "bgpd/bgp_nht.h" #include "bgpd/bgp_fsm.h" +#include "bgpd/bgp_zebra.h" extern struct zclient *zclient; extern struct bgp_table *bgp_nexthop_cache_table[AFI_MAX];