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/EXP_C-Api.h')
-rw-r--r--source/gameengine/Expressions/EXP_C-Api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/gameengine/Expressions/EXP_C-Api.h b/source/gameengine/Expressions/EXP_C-Api.h
index 48167a7bf44..05d66d64ddf 100644
--- a/source/gameengine/Expressions/EXP_C-Api.h
+++ b/source/gameengine/Expressions/EXP_C-Api.h
@@ -32,6 +32,9 @@
#ifndef __EXPRESSION_INCLUDE
#define __EXPRESSION_INCLUDE
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#define EXP_DECLARE_HANDLE(name) typedef struct name##__ { int unused; } *name