diff --git a/firmware/export/system.h b/firmware/export/system.h index fc582aac03..db4b3650ee 100644 --- a/firmware/export/system.h +++ b/firmware/export/system.h @@ -234,7 +234,7 @@ enum { #if !defined(SIMULATOR) && !defined(__PCTOOL__) #include "system-target.h" -#else /* SIMULATOR */ +#elif defined(HAVE_SDL) /* SIMULATOR */ #include "system-sdl.h" static inline uint16_t swap16(uint16_t value) /*