From 6ef71b062b9e8ddfcc1cf43aaf4a640a8b21c38e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 10 Sep 2013 11:17:46 +0200 Subject: vty: Fix compiler warning in the test --- tests/vty/vty_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/vty/vty_test.c b/tests/vty/vty_test.c index e54a205a..5f93b3db 100644 --- a/tests/vty/vty_test.c +++ b/tests/vty/vty_test.c @@ -24,6 +24,7 @@ #include #include +#include #include #include #include @@ -31,6 +32,7 @@ #include #include #include +#include static enum event last_vty_connection_event = -1; @@ -90,7 +92,6 @@ static void test_node_tree_structure(void) }; struct vty *vty; - vector vline; int sock[2]; printf("Going to test VTY node tree structure\n"); -- cgit v1.2.3