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_macros.h')
-rw-r--r--source/blender/bpython/intern/BPY_macros.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/bpython/intern/BPY_macros.h b/source/blender/bpython/intern/BPY_macros.h
index 478e2d2c328..5d7d11d1831 100644
--- a/source/blender/bpython/intern/BPY_macros.h
+++ b/source/blender/bpython/intern/BPY_macros.h
@@ -36,6 +36,10 @@
/* Hint: use gcc -E file.c to see what these macros are expanded in */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "api.h" // temporary defines for API version
#include "BPY_listbase_macro.h"