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/decrypt/intern/BLO_decrypt.c')
-rw-r--r--source/blender/decrypt/intern/BLO_decrypt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/decrypt/intern/BLO_decrypt.c b/source/blender/decrypt/intern/BLO_decrypt.c
index 4d2eefd9631..9d3fd6fb63a 100644
--- a/source/blender/decrypt/intern/BLO_decrypt.c
+++ b/source/blender/decrypt/intern/BLO_decrypt.c
@@ -48,6 +48,10 @@
#include "BLO_decrypt.h"
#include "BLO_en_de_cryptHeader.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
struct decryptStructType {
struct readStreamGlueStruct *streamGlue;
unsigned int streamDone;