From fc7948fafee457874a21aa955c56a617b563f85c Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 6 Jan 2016 10:37:22 +0100 Subject: 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 Acked-by: Vincent JARDIN --- vtysh/vtysh_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vtysh/vtysh_main.c') diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index 3c46194d3..751152e91 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -37,6 +37,7 @@ #include "memory.h" #include "privs.h" #include "linklist.h" +#include "memory_vty.h" #include "vtysh/vtysh.h" #include "vtysh/vtysh_user.h" -- cgit v1.2.3