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/bpython/intern/BPY_ipo.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/bpython/intern/BPY_ipo.c') diff --git a/source/blender/bpython/intern/BPY_ipo.c b/source/blender/bpython/intern/BPY_ipo.c index 237692ca38d..d1966ce58fd 100644 --- a/source/blender/bpython/intern/BPY_ipo.c +++ b/source/blender/bpython/intern/BPY_ipo.c @@ -44,6 +44,10 @@ #include "BSE_editipo.h" +#ifdef HAVE_CONFIG_H +#include +#endif + /* GLOBALS */ /* These should be put into a proper dictionary for quicker retrieval..*/ -- cgit v1.2.3