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/action/test/action_c_test/TestAction.c')
-rw-r--r--intern/action/test/action_c_test/TestAction.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/action/test/action_c_test/TestAction.c b/intern/action/test/action_c_test/TestAction.c
index 7b9739495d0..0b4896dadd7 100644
--- a/intern/action/test/action_c_test/TestAction.c
+++ b/intern/action/test/action_c_test/TestAction.c
@@ -39,6 +39,10 @@
#include <stdio.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "TestAction.h"