summaryrefslogtreecommitdiffstats
path: root/zebra/rtread_getmsg.c
diff options
context:
space:
mode:
authorChris Hall <GMCH@hestia.halldom.com>2010-04-17 16:11:13 +0100
committerChris Hall <GMCH@hestia.halldom.com>2010-04-17 16:11:13 +0100
commit825f338d44433fc2d351c08d41272f52a15329db (patch)
tree927c6a37e8dbf4c425d845895500b59ac997fbfb /zebra/rtread_getmsg.c
parent68297cc9dc2eb920dd6e956d0d55098ea9edaafc (diff)
downloadquagga-825f338d44433fc2d351c08d41272f52a15329db.tar.bz2
quagga-825f338d44433fc2d351c08d41272f52a15329db.tar.xz
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.
Diffstat (limited to 'zebra/rtread_getmsg.c')
-rw-r--r--zebra/rtread_getmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rtread_getmsg.c b/zebra/rtread_getmsg.c
index 3e065c6f..c8412fdf 100644
--- a/zebra/rtread_getmsg.c
+++ b/zebra/rtread_getmsg.c
@@ -27,7 +27,7 @@
#include "if.h"
#include "zebra/rib.h"
-#include "zebra/zserv.h"
+#include "zebra/rtread.h"
#include <sys/stream.h>
#include <sys/tihdr.h>