summaryrefslogtreecommitdiff
path: root/tests/lib/cli/common_cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/cli/common_cli.h')
-rw-r--r--tests/lib/cli/common_cli.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/cli/common_cli.h b/tests/lib/cli/common_cli.h
index 15abe3b855..3042ff5b12 100644
--- a/tests/lib/cli/common_cli.h
+++ b/tests/lib/cli/common_cli.h
@@ -25,6 +25,9 @@
#include "zebra.h"
#include "vty.h"
#include "command.h"
+#include "northbound.h"
+
+extern const struct frr_yang_module_info *const *test_yang_modules;
/* function to be implemented by test */
extern void test_init(int argc, char **argv);