summaryrefslogtreecommitdiffstats
path: root/ripd/rip_zebra.c
diff options
context:
space:
mode:
authorChris Hall <GMCH@hestia.halldom.com>2010-04-16 13:20:15 +0100
committerChris Hall <GMCH@hestia.halldom.com>2010-04-16 13:20:15 +0100
commitd6f1bd7b60fc94488dc6a0493a6ec17346a03b2d (patch)
tree8e28278ad541429d029a874afc56a18c522df104 /ripd/rip_zebra.c
parenta4fd3b60cc59751abd189687ac9c6fe9e4fd89a0 (diff)
downloadquagga-d6f1bd7b60fc94488dc6a0493a6ec17346a03b2d.tar.bz2
quagga-d6f1bd7b60fc94488dc6a0493a6ec17346a03b2d.tar.xz
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.
Diffstat (limited to 'ripd/rip_zebra.c')
-rw-r--r--ripd/rip_zebra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ripd/rip_zebra.c b/ripd/rip_zebra.c
index c476d8f4..326ea658 100644
--- a/ripd/rip_zebra.c
+++ b/ripd/rip_zebra.c
@@ -22,6 +22,7 @@
#include <zebra.h>
#include "command.h"
+#include "lib/route_types.h"
#include "prefix.h"
#include "stream.h"
#include "routemap.h"