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/gameengine/Expressions/KX_Python.h')
-rw-r--r--source/gameengine/Expressions/KX_Python.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/gameengine/Expressions/KX_Python.h b/source/gameengine/Expressions/KX_Python.h
index 6ba31796e4f..11dafcde3ce 100644
--- a/source/gameengine/Expressions/KX_Python.h
+++ b/source/gameengine/Expressions/KX_Python.h
@@ -32,6 +32,10 @@
#ifndef KX_PYTHON_H
#define KX_PYTHON_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
//#define USE_DL_EXPORT
#include "Python.h"