summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2021-06-30 04:33:30 +0000
committerGitHub <noreply@github.com>2021-06-30 04:33:30 +0000
commit5e02b133bfe4c0b769658de6b8bc295b99fc12b7 (patch)
treefa8e0ec01de382563a0b3e7a93a218fef14ba2d3
parentf27e08373c89598850adb04a95305afdb88d7e93 (diff)
parentf102386a041d4c85188afa2d54b7fd3afdffaf1c (diff)
Merge pull request #8943 from idryzhov/build-warn
tests: fix build warning
-rw-r--r--tests/bgpd/test_peer_attr.c1
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