summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_debug.c
diff options
context:
space:
mode:
authorgdt <gdt>2004-03-16 14:38:36 +0000
committergdt <gdt>2004-03-16 14:38:36 +0000
commitc462e33f3c18431b65984801255d529ccdf5f3e2 (patch)
treec0a522f173f6de31bacf57528896d5673bbb1c3d /bgpd/bgp_debug.c
parentf9fbbfc9fd57d95a6135455c5dabf0b7322ea66e (diff)
downloadquagga-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 'bgpd/bgp_debug.c')
-rw-r--r--bgpd/bgp_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c
index bb1a6107..e6f64312 100644
--- a/bgpd/bgp_debug.c
+++ b/bgpd/bgp_debug.c
@@ -20,7 +20,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
#include <zebra.h>
-#include "version.h"
+#include <lib/version.h>
#include "prefix.h"
#include "linklist.h"
#include "stream.h"