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/opy_datablock.c')
-rw-r--r--source/blender/bpython/intern/opy_datablock.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/bpython/intern/opy_datablock.c b/source/blender/bpython/intern/opy_datablock.c
index 6804c834897..3e63e2d5610 100644
--- a/source/blender/bpython/intern/opy_datablock.c
+++ b/source/blender/bpython/intern/opy_datablock.c
@@ -99,6 +99,10 @@
#include "b_interface.h" /* needed for most of the DNA datatypes */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
/* ---------------------------------------------------------------------- */