diff options
Diffstat (limited to 'apps/main.c')
| -rw-r--r-- | apps/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index b3252d8..f1f30ce 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 |