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')
-rw-r--r--source/blender/writestreamglue/BLO_getPubKey.h5
-rw-r--r--source/blender/writestreamglue/BLO_writeStreamErrors.h4
-rw-r--r--source/blender/writestreamglue/BLO_writeStreamGlue.h4
-rw-r--r--source/blender/writestreamglue/intern/BLO_dumpFromMemory.h4
4 files changed, 17 insertions, 0 deletions
diff --git a/source/blender/writestreamglue/BLO_getPubKey.h b/source/blender/writestreamglue/BLO_getPubKey.h
index 56cdfccc837..3c63e7b500b 100644
--- a/source/blender/writestreamglue/BLO_getPubKey.h
+++ b/source/blender/writestreamglue/BLO_getPubKey.h
@@ -32,6 +32,11 @@
* STUB: give back the dataStreamPubKey
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+
int
getPubKey(byte *dataStreamPubKey,
int dataStreamPubKeyLen,
diff --git a/source/blender/writestreamglue/BLO_writeStreamErrors.h b/source/blender/writestreamglue/BLO_writeStreamErrors.h
index cc86660b8d0..c926511eaa6 100644
--- a/source/blender/writestreamglue/BLO_writeStreamErrors.h
+++ b/source/blender/writestreamglue/BLO_writeStreamErrors.h
@@ -36,6 +36,10 @@
#ifndef BLO_WRITESTREAMERRORS_H
#define BLO_WRITESTREAMERRORS_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif
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
diff --git a/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h b/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h
index cb418f67f01..238f5c7a654 100644
--- a/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h
+++ b/source/blender/writestreamglue/intern/BLO_dumpFromMemory.h
@@ -31,6 +31,10 @@
* streamglue loopback adds a streamGlueHeader to start of the write stream
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
int
BLO_dumpFromMemory(
unsigned char *data,