summaryrefslogtreecommitdiffstats
path: root/zebra/rtadv.c
diff options
context:
space:
mode:
authorpaul <paul>2003-08-27 06:45:32 +0000
committerpaul <paul>2003-08-27 06:45:32 +0000
commiteac06742591baaac220e72481522f0a9075e5e14 (patch)
tree065dd024389bee52234c6538de3f8db212c73175 /zebra/rtadv.c
parenta16ada67fc413bfcc42ea697aa847c31b4952b2a (diff)
downloadquagga-eac06742591baaac220e72481522f0a9075e5e14.tar.bz2
quagga-eac06742591baaac220e72481522f0a9075e5e14.tar.xz
2003-08-27 Jay Fenlason <fenlason@redhat.com>
* bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be compared with UINT32_MAX * ospfd/ospfd.c: remove redundant assert * zebra/rtadv.c: add missing include for zebra/rib.h
Diffstat (limited to 'zebra/rtadv.c')
-rw-r--r--zebra/rtadv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/rtadv.c b/zebra/rtadv.c
index a6e2d920..f7d336ca 100644
--- a/zebra/rtadv.c
+++ b/zebra/rtadv.c
@@ -35,6 +35,7 @@
#include "zebra/rtadv.h"
#include "zebra/debug.h"
#include "zebra/zserv.h"
+#include "zebra/rib.h"
extern struct zebra_privs_t zserv_privs;