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:
authorDaniel Dunbar <daniel@zuster.org>2005-07-28 01:31:44 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-28 01:31:44 +0400
commit8828aa060aca642161652783cf0ddf21de6bc69b (patch)
treea358bedd44046283505ee7ece2c05e438614f65b /source/blender/blenloader/intern/writefile.c
parent4b1588e277d6a6e6bc7dc9553652d2ca4aad2d73 (diff)
- move zlib.h around to make windows happy
still having linking issues with zlib, grumble grumble
Diffstat (limited to 'source/blender/blenloader/intern/writefile.c')
-rw-r--r--source/blender/blenloader/intern/writefile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index 3ae58e92b03..647e03da23b 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -83,6 +83,8 @@ Important to know is that 'streaming' has been added to files, for Blender Publi
#include <config.h>
#endif
+#include "zlib.h"
+
#ifndef WIN32
#include <unistd.h>
#else
@@ -167,8 +169,6 @@ Important to know is that 'streaming' has been added to files, for Blender Publi
#include "readfile.h"
#include "genfile.h"
-#include "zlib.h"
-
#include <errno.h>
/* ********* my write, buffered writing with minimum 50k chunks ************ */