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_modules.h')
-rw-r--r--source/blender/bpython/intern/BPY_modules.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/bpython/intern/BPY_modules.h b/source/blender/bpython/intern/BPY_modules.h
index f1c91d23bc8..48f26e7db8e 100644
--- a/source/blender/bpython/intern/BPY_modules.h
+++ b/source/blender/bpython/intern/BPY_modules.h
@@ -31,6 +31,10 @@
* these prototypes and init functions should be homogenized
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
extern PyObject *init_blender(void);
extern PyObject *init_py_nmesh(void);
extern PyObject *init_py_draw(void);