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_text.c')
-rw-r--r--source/blender/bpython/intern/BPY_text.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/bpython/intern/BPY_text.c b/source/blender/bpython/intern/BPY_text.c
index 855e12a6b9f..535595df564 100644
--- a/source/blender/bpython/intern/BPY_text.c
+++ b/source/blender/bpython/intern/BPY_text.c
@@ -74,6 +74,10 @@
#include "b_interface.h"
#include "opy_datablock.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
DATABLOCK_GET(Textmodule, text object, getTextList())
#define CHECK_VALIDTEXT(x) CHECK_VALIDDATA(x, \