1
0
Fork 0
forked from len0rd/rockbox

Rockbox as an application: Fix a few yellows

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27558 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-07-25 17:07:56 +00:00
parent c853097c2a
commit 4e8ef93509
2 changed files with 5 additions and 4 deletions

View file

@ -112,9 +112,10 @@
#include "m5636.h"
#endif
#ifdef SIMULATOR
#if (CONFIG_PLATFORM & PLATFORM_HOSTED)
#include "sim_tasks.h"
#endif
#ifdef HAVE_SDL
#include "system-sdl.h"
#endif