From 537d8ea92bbf96086e03a0da5a7d26ee4b92e0cc Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 27 Aug 2003 06:45:32 +0000 Subject: 2003-08-27 Jay Fenlason * 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 --- zebra/rtadv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'zebra') 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; -- cgit v1.2.1