diff options
author | hasso <hasso> | 2004-09-29 00:26:19 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-29 00:26:19 +0000 |
commit | 3dcc47ba6361296bb836b55e8a2bf7243e0c8dbd (patch) | |
tree | a030ea2a48ef75b083654845649f2f6dabbbb355 /ospf6d/ospf6_network.c | |
parent | 379858674be1b7fb256ff7f128909c98774c107f (diff) | |
download | quagga-3dcc47ba6361296bb836b55e8a2bf7243e0c8dbd.tar.bz2 quagga-3dcc47ba6361296bb836b55e8a2bf7243e0c8dbd.tar.xz |
Merge svn revision 1048 from Zebra cvs. Also add missing sokopt.h include
to ospf6_network.h.
Diffstat (limited to 'ospf6d/ospf6_network.c')
-rw-r--r-- | ospf6d/ospf6_network.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_network.c b/ospf6d/ospf6_network.c index d5bfdd50..de0c3f38 100644 --- a/ospf6d/ospf6_network.c +++ b/ospf6d/ospf6_network.c @@ -24,6 +24,7 @@ #include "log.h" #include "memory.h" #include "sockunion.h" +#include "sockopt.h" #include "privs.h" #include "ospf6_proto.h" |