From 825f338d44433fc2d351c08d41272f52a15329db Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Sat, 17 Apr 2010 16:11:13 +0100 Subject: Fixing declarations to eliminate compiler warnings in zebra. Only parts of zebra/*.c are compiled and linked, depending on what was chosen at "configure" time. A subset of that is compiled and linked for testzebra. Some things were not declared, or not declared everywhere they were required... leading to a number of compiler warnings. These changes are intended to tidy that up. --- zebra/test_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'zebra/test_main.c') diff --git a/zebra/test_main.c b/zebra/test_main.c index 70a1a3a6..926bf4fb 100644 --- a/zebra/test_main.c +++ b/zebra/test_main.c @@ -32,6 +32,7 @@ #include "zebra/rib.h" #include "zebra/zserv.h" +#include "zebra/rtread.h" #include "zebra/debug.h" #include "zebra/router-id.h" #include "zebra/interface.h" -- cgit v1.2.3