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/imbuf/intern/iff.c')
-rw-r--r--source/blender/imbuf/intern/iff.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/iff.c b/source/blender/imbuf/intern/iff.c
index 790f8344207..675de9c76ab 100644
--- a/source/blender/imbuf/intern/iff.c
+++ b/source/blender/imbuf/intern/iff.c
@@ -32,6 +32,9 @@
* $Id$
*/
+#ifdef WIN32
+#include <io.h>
+#endif
#include "BLI_blenlib.h"
#include "imbuf.h"
#include "imbuf_patch.h"