diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2009-01-08 11:27:46 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2009-01-08 11:27:46 +0000 |
| commit | faa01e9e94e0bdd0271eead17c69efb63b1189dd (patch) | |
| tree | 404ad51f95deb47695eabc76634af769e88ad95e | |
| parent | 33a7f3a6cff78ff625621e6a3d4a5728328de0e3 (diff) | |
| download | rockbox-faa01e9e94e0bdd0271eead17c69efb63b1189dd.zip rockbox-faa01e9e94e0bdd0271eead17c69efb63b1189dd.tar.gz rockbox-faa01e9e94e0bdd0271eead17c69efb63b1189dd.tar.bz2 rockbox-faa01e9e94e0bdd0271eead17c69efb63b1189dd.tar.xz | |
Fix yellow. Don't know how I missed that testing sim build. :\
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19719 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/common/stubs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 58e1839..d73fe4c 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -21,6 +21,7 @@ #include <stdio.h> #include <time.h> #include <stdbool.h> +#include "thread-sdl.h" #include "debug.h" |