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:
authorCampbell Barton <ideasman42@gmail.com>2014-11-29 21:12:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-29 21:12:33 +0300
commit46c80d5d1122c4917565f8cc1c2b7fe2d0481bd8 (patch)
tree8285a3ea87de3d9baf578541f852dafa38bd26d2 /source/blender/blenloader/intern/versioning_250.c
parent1cb59394ae69148904de34a32d09319f02c86a09 (diff)
Correct includes for win32
Diffstat (limited to 'source/blender/blenloader/intern/versioning_250.c')
-rw-r--r--source/blender/blenloader/intern/versioning_250.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/versioning_250.c b/source/blender/blenloader/intern/versioning_250.c
index a4d2399b9ce..b71a4029690 100644
--- a/source/blender/blenloader/intern/versioning_250.c
+++ b/source/blender/blenloader/intern/versioning_250.c
@@ -28,6 +28,7 @@
#ifndef WIN32
# include <unistd.h> /* for read close */
#else
+# include <zlib.h> /* odd include order-issue */
# include <io.h> // for open close read
# include "winsock2.h"
# include "BLI_winstuff.h"