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/blender/writeblenfile/test/test.c')
-rw-r--r--source/blender/writeblenfile/test/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/writeblenfile/test/test.c b/source/blender/writeblenfile/test/test.c
index 5dd560e0742..450176c0761 100644
--- a/source/blender/writeblenfile/test/test.c
+++ b/source/blender/writeblenfile/test/test.c
@@ -32,6 +32,10 @@
#include <string.h> // strlen
#include "BLO_writeblenfile.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
main()
{
struct BLO_writeblenfileStruct *control;