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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c
index 34bcef483c..c4f8840cc5 100644
--- a/uisimulator/common/io.c
+++ b/uisimulator/common/io.c
@@ -25,6 +25,9 @@
25#ifdef __FreeBSD__ 25#ifdef __FreeBSD__
26#include <sys/param.h> 26#include <sys/param.h>
27#include <sys/mount.h> 27#include <sys/mount.h>
28#elif defined(__APPLE__)
29#include <sys/param.h>
30#include <sys/mount.h>
28#elif !defined(WIN32) 31#elif !defined(WIN32)
29#include <sys/vfs.h> 32#include <sys/vfs.h>
30#endif 33#endif