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 | |
| parent | a76de79b06d14fba87b590cdfc2e4842a2167dae (diff) | |
| download | rockbox-c8ba628bdb8e8da44d2ba56d5c815c0863b6fc97.zip rockbox-c8ba628bdb8e8da44d2ba56d5c815c0863b6fc97.tar.gz rockbox-c8ba628bdb8e8da44d2ba56d5c815c0863b6fc97.tar.bz2 rockbox-c8ba628bdb8e8da44d2ba56d5c815c0863b6fc97.tar.xz | |
Fix warnings and errors in sdl builds.
Change-Id: Ia8fb00739fb2083d57257d0a3b08cbab9e5a18ff
| -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 933e801..bca5c27 100644 --- a/uisimulator/common/io.c +++ b/uisimulator/common/io.c @@ -27,6 +27,7 @@ #include <time.h> #include <errno.h> #include "config.h" +#include "ata_idle_notify.h" #define HAVE_STATVFS (!defined(WIN32)) #define HAVE_LSTAT (!defined(WIN32)) |