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/deflate/intern/BLO_deflate.c')
-rw-r--r--source/blender/deflate/intern/BLO_deflate.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/deflate/intern/BLO_deflate.c b/source/blender/deflate/intern/BLO_deflate.c
index 407b4f77c3a..372a4d40163 100644
--- a/source/blender/deflate/intern/BLO_deflate.c
+++ b/source/blender/deflate/intern/BLO_deflate.c
@@ -42,6 +42,10 @@
#include "BLO_deflate.h"
#include "BLO_in_de_flateHeader.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
// TODO use other error function
static int CHECK_ERR(int err, char *msg);