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_main.h')
-rw-r--r--source/blender/bpython/intern/BPY_main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/bpython/intern/BPY_main.h b/source/blender/bpython/intern/BPY_main.h
index b07e222f51a..4b782db1067 100644
--- a/source/blender/bpython/intern/BPY_main.h
+++ b/source/blender/bpython/intern/BPY_main.h
@@ -31,6 +31,9 @@
*/
// Note: Functions prefixed with BPY_ are called from blenkernel routines */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "Python.h" /* The python includes themselves. */
#include "compile.h" /* to give us PyCodeObject */