summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6d.h
diff options
context:
space:
mode:
authorgdt <gdt>2004-03-16 14:38:36 +0000
committergdt <gdt>2004-03-16 14:38:36 +0000
commit5e4fa1646cafe9e6f8dd78501bea0d2fe1eafdb4 (patch)
tree6f2aa13346f91f0924ada9cb9696589264a90552 /ospf6d/ospf6d.h
parent253e9336982599957514ad87610e8cd58822fc7a (diff)
downloadquagga-5e4fa1646cafe9e6f8dd78501bea0d2fe1eafdb4.tar.bz2
quagga-5e4fa1646cafe9e6f8dd78501bea0d2fe1eafdb4.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/ospf6d.h')
-rw-r--r--ospf6d/ospf6d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h
index 8c7af99e..e867b1c1 100644
--- a/ospf6d/ospf6d.h
+++ b/ospf6d/ospf6d.h
@@ -27,7 +27,7 @@
#ifndef HEADER_DEPENDENCY
/* Include other stuffs */
-#include "version.h"
+#include <lib/version.h>
#include "log.h"
#include "getopt.h"
#include "thread.h"