summaryrefslogtreecommitdiff
path: root/tests/bgpd/test_bgp_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bgpd/test_bgp_table.c')
-rw-r--r--tests/bgpd/test_bgp_table.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bgpd/test_bgp_table.c b/tests/bgpd/test_bgp_table.c
index 171b1aa22f..73243dcacf 100644
--- a/tests/bgpd/test_bgp_table.c
+++ b/tests/bgpd/test_bgp_table.c
@@ -28,6 +28,8 @@
#include "bgpd/bgp_table.h"
#include "linklist.h"
+/* Satisfy link requirements from including bgpd.h */
+struct zebra_privs_t bgpd_privs = {0};
/*
* test_node_t
*