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:
authorDalai Felinto <dfelinto@gmail.com>2011-05-05 22:50:17 +0400
committerDalai Felinto <dfelinto@gmail.com>2011-05-05 22:50:17 +0400
commitdfedec8a2ce049b514f956e2824ffe93de8a1c51 (patch)
tree2b2f57f3427f6c7e2f72289affb8841cc5202566 /source/blender/windowmanager/intern/wm_files.c
parent2137e2ecec6a04770f8a91fae952ecd79ada2f91 (diff)
fix to scons after exotic was removed (patch from jms)
Diffstat (limited to 'source/blender/windowmanager/intern/wm_files.c')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 9171fe1714c..2783504ae90 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -37,6 +37,8 @@
#include <string.h>
#include <errno.h>
+#include "zlib.h" /* wm_read_exotic() */
+
#ifdef WIN32
#include <windows.h> /* need to include windows.h so _WIN32_IE is defined */
#ifndef _WIN32_IE
@@ -49,8 +51,6 @@
#include <unistd.h> /* getpid */
#endif
-#include "zlib.h" /* wm_read_exotic() */
-
#include "MEM_guardedalloc.h"
#include "MEM_CacheLimiterC-Api.h"