diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/common-cli.c | 1 | ||||
| -rw-r--r-- | tests/main.c | 1 | ||||
| -rw-r--r-- | tests/test-buffer.c | 1 | ||||
| -rw-r--r-- | tests/test-privs.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/common-cli.c b/tests/common-cli.c index 7c34e6a559..aed20b2d53 100644 --- a/tests/common-cli.c +++ b/tests/common-cli.c @@ -26,6 +26,7 @@ #include "vty.h" #include "command.h" #include "memory.h" +#include "memory_vty.h" #include "log.h" #include "common-cli.h" diff --git a/tests/main.c b/tests/main.c index 5396c7d50f..885b8a2923 100644 --- a/tests/main.c +++ b/tests/main.c @@ -27,6 +27,7 @@ #include "vty.h" #include "command.h" #include "memory.h" +#include "memory_vty.h" extern void test_init(); diff --git a/tests/test-buffer.c b/tests/test-buffer.c index e95d6fb829..67e4035806 100644 --- a/tests/test-buffer.c +++ b/tests/test-buffer.c @@ -21,6 +21,7 @@ #include <zebra.h> #include <memory.h> +#include <memory_vty.h> #include <buffer.h> struct thread_master *master; diff --git a/tests/test-privs.c b/tests/test-privs.c index beae81f693..e0118a881c 100644 --- a/tests/test-privs.c +++ b/tests/test-privs.c @@ -25,6 +25,7 @@ #include "getopt.h" #include "privs.h" #include "memory.h" +#include "memory_vty.h" zebra_capabilities_t _caps_p [] = { |
