summaryrefslogtreecommitdiff
path: root/firmware/common/dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/dir.h')
-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 5a7cd06429..078ede2d73 100644
--- a/firmware/common/dir.h
+++ b/firmware/common/dir.h
@@ -36,6 +36,7 @@ typedef struct {
36} DIR; 36} DIR;
37#else // SIMULATOR 37#else // SIMULATOR
38#ifdef WIN32 38#ifdef WIN32
39#include <io.h>
39typedef struct DIRtag 40typedef struct DIRtag
40{ 41{
41 struct dirent fd; 42 struct dirent fd;