From 5e4fa1646cafe9e6f8dd78501bea0d2fe1eafdb4 Mon Sep 17 00:00:00 2001 From: gdt Date: Tue, 16 Mar 2004 14:38:36 +0000 Subject: 2004-03-16 David Young * (many) reference 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 --- bgpd/bgp_debug.c | 2 +- bgpd/bgp_main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bgpd') 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 -#include "version.h" +#include #include "prefix.h" #include "linklist.h" #include "stream.h" diff --git a/bgpd/bgp_main.c b/bgpd/bgp_main.c index effddddb..0ba19c2f 100644 --- a/bgpd/bgp_main.c +++ b/bgpd/bgp_main.c @@ -25,7 +25,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA #include "command.h" #include "getopt.h" #include "thread.h" -#include "version.h" +#include #include "memory.h" #include "prefix.h" #include "log.h" -- cgit v1.2.1