summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2009-01-08 11:27:46 +0000
committerMichael Sevakis <jethead71@rockbox.org>2009-01-08 11:27:46 +0000
commitfaa01e9e94e0bdd0271eead17c69efb63b1189dd (patch)
tree404ad51f95deb47695eabc76634af769e88ad95e
parent33a7f3a6cff78ff625621e6a3d4a5728328de0e3 (diff)
downloadrockbox-faa01e9e94e0bdd0271eead17c69efb63b1189dd.tar.gz
rockbox-faa01e9e94e0bdd0271eead17c69efb63b1189dd.zip
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 58e18392bc..d73fe4cdd6 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -21,6 +21,7 @@
21#include <stdio.h> 21#include <stdio.h>
22#include <time.h> 22#include <time.h>
23#include <stdbool.h> 23#include <stdbool.h>
24#include "thread-sdl.h"
24 25
25#include "debug.h" 26#include "debug.h"
26 27