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/intern/BLO_dumpFromMemory.c')
-rw-r--r--source/blender/writestreamglue/intern/BLO_dumpFromMemory.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/writestreamglue/intern/BLO_dumpFromMemory.c b/source/blender/writestreamglue/intern/BLO_dumpFromMemory.c
index f132840572a..52f8ac2e789 100644
--- a/source/blender/writestreamglue/intern/BLO_dumpFromMemory.c
+++ b/source/blender/writestreamglue/intern/BLO_dumpFromMemory.c
@@ -35,13 +35,14 @@
#include <stdlib.h>
#include "GEN_messaging.h"
-
#include "zlib.h"
-
#include "BLO_writeStreamGlue.h"
-
#include "BLO_dumpFromMemory.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
int
BLO_dumpFromMemory(
unsigned char *data,