diff options
author | Thomas Martitz <kugel@rockbox.org> | 2012-07-18 12:54:34 +0200 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-07-18 12:55:37 +0200 |
commit | c8ba628bdb8e8da44d2ba56d5c815c0863b6fc97 (patch) | |
tree | d56646e808ac1cd3ae82c23dc777a1f78033f555 /uisimulator | |
parent | a76de79b06d14fba87b590cdfc2e4842a2167dae (diff) | |
download | rockbox-c8ba628bdb8e8da44d2ba56d5c815c0863b6fc97.tar.gz rockbox-c8ba628bdb8e8da44d2ba56d5c815c0863b6fc97.zip |
Fix warnings and errors in sdl builds.
Change-Id: Ia8fb00739fb2083d57257d0a3b08cbab9e5a18ff
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/common/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c index 933e801bd9..bca5c27a17 100644 --- a/uisimulator/common/io.c +++ b/uisimulator/common/io.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <time.h> | 27 | #include <time.h> |
28 | #include <errno.h> | 28 | #include <errno.h> |
29 | #include "config.h" | 29 | #include "config.h" |
30 | #include "ata_idle_notify.h" | ||
30 | 31 | ||
31 | #define HAVE_STATVFS (!defined(WIN32)) | 32 | #define HAVE_STATVFS (!defined(WIN32)) |
32 | #define HAVE_LSTAT (!defined(WIN32)) | 33 | #define HAVE_LSTAT (!defined(WIN32)) |