From d0e346d544cd3abb0007a68137b31923020f7aeb Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Nov 2002 12:02:15 +0000 Subject: updated .c files to include: #ifdef HAVE_CONFIG_H #include #endif Just need to finish cpp files now :) Kent -- mein@cs.umn.edu --- source/creator/buildinfo.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/creator/buildinfo.c') diff --git a/source/creator/buildinfo.c b/source/creator/buildinfo.c index f5ba401d23a..6b975d1b115 100644 --- a/source/creator/buildinfo.c +++ b/source/creator/buildinfo.c @@ -29,6 +29,11 @@ * * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ + +#ifdef HAVE_CONFIG_H +#include +#endif + #ifdef BUILD_DATE char * build_date=BUILD_DATE; char * build_time=BUILD_TIME; -- cgit v1.2.3