Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/bpython/intern/BPY_ipo.c')
-rw-r--r--source/blender/bpython/intern/BPY_ipo.c4
1 files changed, 4 insertions, 0 deletions
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 <config.h>
+#endif
+
/* GLOBALS */
/* These should be put into a proper dictionary for quicker retrieval..*/