From f102386a041d4c85188afa2d54b7fd3afdffaf1c Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Tue, 29 Jun 2021 16:13:12 +0300 Subject: [PATCH] tests: fix build warning Signed-off-by: Igor Ryzhov --- tests/bgpd/test_peer_attr.c | 1 + 1 file changed, 1 insertion(+) 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