summaryrefslogtreecommitdiff
path: root/tests/common-cli.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-01-06 10:37:22 +0100
committerChristian Franke <nobody@nowhere.ws>2016-09-19 18:35:50 +0200
commitfc7948fafee457874a21aa955c56a617b563f85c (patch)
tree919884f8b46b3b7ddbd6137d89dc8990e0739316 /tests/common-cli.c
parent3b4cd7837562cd78fe80bde94f5aa6729b2f755d (diff)
lib: migrate to new memory-type handling
Move over to the new allocation counting added in the previous commit. (This commit is mostly mechanical.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org> Acked-by: Vincent JARDIN <vincent.jardin@6wind.com>
Diffstat (limited to 'tests/common-cli.c')
-rw-r--r--tests/common-cli.c1
1 files changed, 1 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"