commit | 537d8ea92bbf96086e03a0da5a7d26ee4b92e0cc | [log] [tgz] |
---|---|---|
author | paul <paul> | Wed Aug 27 06:45:32 2003 +0000 |
committer | paul <paul> | Wed Aug 27 06:45:32 2003 +0000 |
tree | 392b903719b0ebcdc793aad7f35bdd5801e49a84 | |
parent | fd6ff2fc6b221f2c2c30ef0d29f5e938c1737577 [diff] [blame] |
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
diff --git a/zebra/rtadv.c b/zebra/rtadv.c index a6e2d92..f7d336c 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;