diff options
author | gdt <gdt> | 2004-03-16 15:38:36 +0100 |
---|---|---|
committer | gdt <gdt> | 2004-03-16 15:38:36 +0100 |
commit | 5e4fa1646cafe9e6f8dd78501bea0d2fe1eafdb4 (patch) | |
tree | 6f2aa13346f91f0924ada9cb9696589264a90552 /ospfclient | |
parent | Fix bugreport URLs here as well. (diff) | |
download | frr-5e4fa1646cafe9e6f8dd78501bea0d2fe1eafdb4.tar.xz frr-5e4fa1646cafe9e6f8dd78501bea0d2fe1eafdb4.zip |
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 'ospfclient')
-rw-r--r-- | ospfclient/ospf_apiclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfclient/ospf_apiclient.c b/ospfclient/ospf_apiclient.c index 3a62a4236..96ccb8b44 100644 --- a/ospfclient/ospf_apiclient.c +++ b/ospfclient/ospf_apiclient.c @@ -22,7 +22,7 @@ #include <zebra.h> -#include "version.h" +#include <lib/version.h> #include "getopt.h" #include "thread.h" #include "prefix.h" |