From c462e33f3c18431b65984801255d529ccdf5f3e2 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 --- lib/print_version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/print_version.c') diff --git a/lib/print_version.c b/lib/print_version.c index 4c9be047..1873faaf 100644 --- a/lib/print_version.c +++ b/lib/print_version.c @@ -21,7 +21,7 @@ #include -#include "version.h" +#include void print_version (char *progname) -- cgit v1.2.3