diff --git a/firmware/export/fat.h b/firmware/export/fat.h index b83ceeec0d..199765b11c 100644 --- a/firmware/export/fat.h +++ b/firmware/export/fat.h @@ -23,6 +23,9 @@ #include #include +#if defined(__PCTOOL__) || defined(SIMULATOR) || (CONFIG_PLATFORM == PLATFORM_HOSTED) +#include +#endif #include #include "config.h" #include "system.h"