summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c3
1 files changed, 2 insertions, 1 deletions
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 @@
112#include "m5636.h" 112#include "m5636.h"
113#endif 113#endif
114 114
115#ifdef SIMULATOR 115#if (CONFIG_PLATFORM & PLATFORM_HOSTED)
116#include "sim_tasks.h" 116#include "sim_tasks.h"
117#endif 117#endif
118
118#ifdef HAVE_SDL 119#ifdef HAVE_SDL
119#include "system-sdl.h" 120#include "system-sdl.h"
120#endif 121#endif