From b9a19f1ea702446cb176d3f621de331d5c2cc9da Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Nov 2002 11:16:17 +0000 Subject: Did all of the .h's in source (adding) #ifdef HAVE_CONFIG_H #include #endif also the Makefile.in's were from previous patch adding the system depend stuff to configure.ac Kent -- mein@cs.umn.edu --- source/blender/src/winlay.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/src') diff --git a/source/blender/src/winlay.h b/source/blender/src/winlay.h index 01cd53d7450..53a26dc05b7 100644 --- a/source/blender/src/winlay.h +++ b/source/blender/src/winlay.h @@ -29,6 +29,11 @@ * * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ + +#ifdef HAVE_CONFIG_H +#include +#endif + /* Abstract window operations */ typedef struct _Window Window; -- cgit v1.2.3