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/blender/blenlib/intern/dynlib.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/dynlib.c') diff --git a/source/blender/blenlib/intern/dynlib.c b/source/blender/blenlib/intern/dynlib.c index c232be3c206..b1d19f46c38 100644 --- a/source/blender/blenlib/intern/dynlib.c +++ b/source/blender/blenlib/intern/dynlib.c @@ -30,9 +30,12 @@ * ***** END GPL/BL DUAL LICENSE BLOCK ***** */ #include - #include "../PIL_dynlib.h" +#ifdef HAVE_CONFIG_H +#include +#endif + /* * XXX, should use mallocN so we can see * handle's not being released. fixme zr -- cgit v1.2.3