From: Igor Ryzhov Date: Tue, 29 Jun 2021 13:13:12 +0000 (+0300) Subject: tests: fix build warning X-Git-Tag: base_8.1~369^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f102386a041d4c85188afa2d54b7fd3afdffaf1c;p=mirror%2Ffrr.git tests: fix build warning Signed-off-by: Igor Ryzhov --- 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