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/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_250.c2
-rw-r--r--source/blender/blenloader/intern/versioning_legacy.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/versioning_250.c b/source/blender/blenloader/intern/versioning_250.c
index c6bab33f364..8b4471086a8 100644
--- a/source/blender/blenloader/intern/versioning_250.c
+++ b/source/blender/blenloader/intern/versioning_250.c
@@ -28,6 +28,8 @@
/** \file blender/blenloader/intern/readfile_250.c
* \ingroup blenloader
*/
+
+#include "zlib.h"
#ifndef WIN32
# include <unistd.h> // for read close
diff --git a/source/blender/blenloader/intern/versioning_legacy.c b/source/blender/blenloader/intern/versioning_legacy.c
index fc238204251..7d8905d5902 100644
--- a/source/blender/blenloader/intern/versioning_legacy.c
+++ b/source/blender/blenloader/intern/versioning_legacy.c
@@ -30,7 +30,7 @@
*/
-//#include "zlib.h"
+#include "zlib.h"
#include <limits.h>
//#include <stdio.h> // for printf fopen fwrite fclose sprintf FILE