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/rct.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/blenlib/intern/rct.c') diff --git a/source/blender/blenlib/intern/rct.c b/source/blender/blenlib/intern/rct.c index 373edd1af5a..1b19a6b769d 100644 --- a/source/blender/blenlib/intern/rct.c +++ b/source/blender/blenlib/intern/rct.c @@ -41,6 +41,10 @@ #include "DNA_vec_types.h" #include "BLI_blenlib.h" +#ifdef HAVE_CONFIG_H +#include +#endif + int BLI_rcti_is_empty(rcti * rect) { return ((rect->xmax<=rect->xmin) || -- cgit v1.2.3