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/writestreamglue/stub/BLO_streamGlueControlSTUB.c')
-rw-r--r--source/blender/writestreamglue/stub/BLO_streamGlueControlSTUB.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/writestreamglue/stub/BLO_streamGlueControlSTUB.c b/source/blender/writestreamglue/stub/BLO_streamGlueControlSTUB.c
index 5c4b5794e76..8f4165c8c64 100644
--- a/source/blender/writestreamglue/stub/BLO_streamGlueControlSTUB.c
+++ b/source/blender/writestreamglue/stub/BLO_streamGlueControlSTUB.c
@@ -32,11 +32,13 @@
*/
#include <stdio.h>
-
#include "GEN_messaging.h"
-
#include "BLO_writeStreamGlue.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
struct streamGlueControlStruct *
streamGlueControlConstructor(
void)