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/ActionTest.c')
-rw-r--r--intern/action/test/action_c_test/ActionTest.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/intern/action/test/action_c_test/ActionTest.c b/intern/action/test/action_c_test/ActionTest.c
index a30163e0c3b..8f169528204 100644
--- a/intern/action/test/action_c_test/ActionTest.c
+++ b/intern/action/test/action_c_test/ActionTest.c
@@ -37,6 +37,10 @@
* @date March 31, 2001
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "ACT_ActionC-Api.h"
#include "TestAction.h"
@@ -80,4 +84,4 @@ int main(int argc, char *argv[])
ACT_ActionStackRedo(stack);
return 0;
-} \ No newline at end of file
+}