diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-30 22:14:31 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-30 22:14:31 +0000 |
commit | 85195f1a53eb350cd32ecba69c208dbece6fb776 (patch) | |
tree | 730babc6971a28407f5046add3913dde3abd5882 /proto/ospf/ospf.h | |
parent | 2337ade7546254eb48a22a1e195cc7999e684d21 (diff) |
Many small changes and bug fixes. Routing table calculation works.
I'm waiting for rt lookup to add stub networks.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index bd45392f..31024f35 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -26,6 +26,7 @@ #include "nest/iface.h" #include "nest/route.h" #include "conf/conf.h" +#include <string.h> #define OSPF_PROTO 89 #ifndef IPV6 |