diff options
author | gdt <gdt> | 2004-03-16 14:38:36 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-03-16 14:38:36 +0000 |
commit | c462e33f3c18431b65984801255d529ccdf5f3e2 (patch) | |
tree | c0a522f173f6de31bacf57528896d5673bbb1c3d /ospf6d/ospf6_lsa.c | |
parent | f9fbbfc9fd57d95a6135455c5dabf0b7322ea66e (diff) | |
download | quagga-c462e33f3c18431b65984801255d529ccdf5f3e2.tar.bz2 quagga-c462e33f3c18431b65984801255d529ccdf5f3e2.tar.xz |
2004-03-16 David Young <dyoung@pobox.com>
* (many) reference <lib/version.h> rather than "version.h",
because version.h is a generated file and not present in the
source tree when using objdir builds.
(committed by gdt)
works fine with normal builds; didn't try objdir
Diffstat (limited to 'ospf6d/ospf6_lsa.c')
-rw-r--r-- | ospf6d/ospf6_lsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_lsa.c b/ospf6d/ospf6_lsa.c index b14979ff..712aa686 100644 --- a/ospf6d/ospf6_lsa.c +++ b/ospf6d/ospf6_lsa.c @@ -23,7 +23,7 @@ #include <zebra.h> /* Include other stuffs */ -#include "version.h" +#include <lib/version.h> #include "log.h" #include "getopt.h" #include "linklist.h" |