diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-06-29 16:13:12 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-06-29 16:13:12 +0300 |
| commit | f102386a041d4c85188afa2d54b7fd3afdffaf1c (patch) | |
| tree | 4bbd2f87835ab098c118867fceb37751370a5c4f | |
| parent | 176d039a2792f4ccc901a4b04efeb934fdeec050 (diff) | |
tests: fix build warning
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
| -rw-r--r-- | tests/bgpd/test_peer_attr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bgpd/test_peer_attr.c b/tests/bgpd/test_peer_attr.c index 44b55a2381..45e9912a31 100644 --- a/tests/bgpd/test_peer_attr.c +++ b/tests/bgpd/test_peer_attr.c @@ -31,6 +31,7 @@ #include "bgpd/bgp_zebra.h" #include "bgpd/bgp_network.h" #include "lib/routing_nb.h" +#include "lib/northbound_cli.h" #include "bgpd/bgp_nb.h" #ifdef ENABLE_BGP_VNC |
