diff --git a/firmware/common/dir.h b/firmware/common/dir.h index 5a7cd06429..078ede2d73 100644 --- a/firmware/common/dir.h +++ b/firmware/common/dir.h @@ -36,6 +36,7 @@ typedef struct { } DIR; #else // SIMULATOR #ifdef WIN32 +#include typedef struct DIRtag { struct dirent fd;