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/BLO_writeStreamGlue.h')
-rw-r--r--source/blender/writestreamglue/BLO_writeStreamGlue.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/writestreamglue/BLO_writeStreamGlue.h b/source/blender/writestreamglue/BLO_writeStreamGlue.h
index 85101d8c79b..c5259b564fa 100644
--- a/source/blender/writestreamglue/BLO_writeStreamGlue.h
+++ b/source/blender/writestreamglue/BLO_writeStreamGlue.h
@@ -34,6 +34,10 @@
#ifndef BLO_WRITESTREAMGLUE_H
#define BLO_WRITESTREAMGLUE_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif