diff options
author | hasso <hasso> | 2004-05-18 19:28:32 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-05-18 19:28:32 +0000 |
commit | 3b4cd3a9e89a5aace04a6a756bd0d23b7108fd83 (patch) | |
tree | a15fe3959155a6ca5bd5a2f8e967f9fd39736975 /ospf6d/ospf6_main.c | |
parent | 4845437528f395c75c1945dd80b140b7162e4667 (diff) | |
download | quagga-3b4cd3a9e89a5aace04a6a756bd0d23b7108fd83.tar.bz2 quagga-3b4cd3a9e89a5aace04a6a756bd0d23b7108fd83.tar.xz |
Update to latest (really :) ospf6d from Zebra repository and some tiny
fixes.
Diffstat (limited to 'ospf6d/ospf6_main.c')
-rw-r--r-- | ospf6d/ospf6_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index 4dfcdeea..c22e90bb 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -20,11 +20,11 @@ */ #include <zebra.h> +#include <lib/version.h> #include "getopt.h" #include "thread.h" #include "log.h" -#include "version.h" #include "command.h" #include "vty.h" #include "memory.h" |