diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-04-06 23:54:21 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-04-06 23:54:21 +0000 |
commit | f0ed594aaaa97334780b263d6f6e473563e1d6c0 (patch) | |
tree | 671d025e8741f36d9a633b7085e49177c316f8b0 /uisimulator | |
parent | 832e0dfb161fcdcab97c2152331b7b2ef5246fa6 (diff) | |
download | rockbox-f0ed594aaaa97334780b263d6f6e473563e1d6c0.tar.gz rockbox-f0ed594aaaa97334780b263d6f6e473563e1d6c0.zip |
Fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13052 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/common/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/io.c b/uisimulator/common/io.c index c74629fb18..536c28ebe1 100644 --- a/uisimulator/common/io.c +++ b/uisimulator/common/io.c @@ -22,7 +22,7 @@ #include <string.h> #include <stdarg.h> #include <sys/stat.h> -#include <sys/time.h> +#include <time.h> #ifdef __FreeBSD__ #include <sys/param.h> #include <sys/mount.h> |