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/ghost/test/multitest/Basic.c')
-rw-r--r--intern/ghost/test/multitest/Basic.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/ghost/test/multitest/Basic.c b/intern/ghost/test/multitest/Basic.c
index c26cf7c92ca..db2ad9428b2 100644
--- a/intern/ghost/test/multitest/Basic.c
+++ b/intern/ghost/test/multitest/Basic.c
@@ -31,6 +31,9 @@
#include "Basic.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
int min_i(int a, int b) {
return (a<b)?a:b;