summaryrefslogtreecommitdiff
path: root/uisimulator/common/io.c
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2006-09-29 16:15:11 +0000
committerBarry Wardell <rockbox@barrywardell.net>2006-09-29 16:15:11 +0000
commit64f949f2954db85968850f6e157e5c3b10df6b7d (patch)
tree14003f384ae848d98473494a74618609ddf04c5f /uisimulator/common/io.c
parentb692fb11b3bb081f51a7bab7351ccbfc78df6617 (diff)
downloadrockbox-64f949f2954db85968850f6e157e5c3b10df6b7d.tar.gz
rockbox-64f949f2954db85968850f6e157e5c3b10df6b7d.zip
Allow UI simulator to be build on OS (Slightly updated version of FS5767)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11094 a1c6a512-1295-4272-9138-f99709370657
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