From 4e8ef935097cc0571e0eb6e34071753dbb763cfc Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 25 Jul 2010 17:07:56 +0000 Subject: Rockbox as an application: Fix a few yellows git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27558 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index b3252d8bd8..f1f30ce2b5 100644 --- a/apps/main.c +++ b/apps/main.c @@ -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 -- cgit v1.2.3