diff options
Diffstat (limited to 'firmware/common')
| -rw-r--r-- | firmware/common/dir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/common/dir.h b/firmware/common/dir.h index 5a7cd06..078ede2 100644 --- a/firmware/common/dir.h +++ b/firmware/common/dir.h @@ -36,6 +36,7 @@ typedef struct { } DIR; #else // SIMULATOR #ifdef WIN32 +#include <io.h> typedef struct DIRtag { struct dirent fd; |