summaryrefslogtreecommitdiff
path: root/firmware/common
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common')
-rw-r--r--firmware/common/dir.h1
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;