summaryrefslogtreecommitdiff
path: root/uisimulator/common/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/io.c')
-rw-r--r--uisimulator/common/io.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c
index 745e417fa6..e321c1adcc 100644
--- a/uisimulator/common/io.c
+++ b/uisimulator/common/io.c
@@ -27,8 +27,13 @@
27#elif !defined(WIN32) 27#elif !defined(WIN32)
28#include <sys/vfs.h> 28#include <sys/vfs.h>
29#endif 29#endif
30
31#ifndef _MSC_VER
30#include <dirent.h> 32#include <dirent.h>
31#include <unistd.h> 33#include <unistd.h>
34#else
35#include "dir-win32.h"
36#endif
32 37
33#include <fcntl.h> 38#include <fcntl.h>
34#include "debug.h" 39#include "debug.h"