fix compilation for mingw-w64

This commit is contained in:
2014-01-13 15:46:46 +02:00
parent 9cf6946d31
commit 02386bd1e3
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
#include "../blenlib/BLI_sys_types.h"
/* for DIR */
#ifndef WIN32
#if !defined(WIN32) || defined(__MINGW64__)
# include <dirent.h>
#endif