summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-01-07 22:41:26 +0100
committerThomas Martitz <kugel@rockbox.org>2014-01-07 22:41:26 +0100
commit444d2e508ab03ca6ae9980867d896c7186d53cb4 (patch)
tree73f058b80c8b0a9d1022b23625124fdb797b64a1
parent0e6d86e4feb800148c589faa6da4f08c41059c5d (diff)
downloadrockbox-444d2e508ab03ca6ae9980867d896c7186d53cb4.tar.gz
rockbox-444d2e508ab03ca6ae9980867d896c7186d53cb4.zip
Add missing kernel.h include (hopefully the last one, really), take #4.
Change-Id: I167e988868b53203ea926540699d587e115635e8
-rw-r--r--firmware/target/hosted/sdl/system-sdl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/system-sdl.c b/firmware/target/hosted/sdl/system-sdl.c
index b03ed89d49..9904da4346 100644
--- a/firmware/target/hosted/sdl/system-sdl.c
+++ b/firmware/target/hosted/sdl/system-sdl.c
@@ -25,6 +25,7 @@
25#include <string.h> 25#include <string.h>
26#include <inttypes.h> 26#include <inttypes.h>
27#include "system.h" 27#include "system.h"
28#include "kernel.h"
28#include "thread-sdl.h" 29#include "thread-sdl.h"
29#include "system-sdl.h" 30#include "system-sdl.h"
30#include "sim-ui-defines.h" 31#include "sim-ui-defines.h"