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 'intern/python/testmodule/testmodule.c')
-rw-r--r--intern/python/testmodule/testmodule.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/python/testmodule/testmodule.c b/intern/python/testmodule/testmodule.c
index 8ad894d8aad..2bcafdad9ee 100644
--- a/intern/python/testmodule/testmodule.c
+++ b/intern/python/testmodule/testmodule.c
@@ -40,6 +40,10 @@
/* $RCSfile$ */
/* $Revision$ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "Python.h"
/************************************/