From d6f1bd7b60fc94488dc6a0493a6ec17346a03b2d Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Fri, 16 Apr 2010 13:20:15 +0100 Subject: Compile all daemons, except vtysh, clean but with warnings. Now compiles with all daemons enabled. Split command.h to separate out the functions whish are only used durring command execution -- that is, those used in vty.c and family and in vtysh. --- lib/vty_cli.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vty_cli.c') diff --git a/lib/vty_cli.c b/lib/vty_cli.c index 53d64716..ff86b558 100644 --- a/lib/vty_cli.c +++ b/lib/vty_cli.c @@ -31,6 +31,7 @@ #include "vio_lines.h" #include "command.h" +#include "command_execute.h" #include "command_queue.h" #include "memory.h" -- cgit v1.2.3