diff options
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 22064b9..f2736c6 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -26,7 +26,7 @@ #include "nest/iface.h" #include "nest/route.h" #include "conf/conf.h" -#include <string.h> +#include "lib/string.h" #define OSPF_PROTO 89 #ifndef IPV6 @@ -334,6 +334,7 @@ struct ospf_area { u8 stub; u8 trcap; /* Transit capability? */ struct proto_ospf *po; + struct fib infib; /* FIB for intra-area routes */ }; struct proto_ospf { |