diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/fat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h index b83ceeec0d..57a87ecd4e 100644 --- a/firmware/export/fat.h +++ b/firmware/export/fat.h | |||
@@ -23,6 +23,9 @@ | |||
23 | 23 | ||
24 | #include <stdbool.h> | 24 | #include <stdbool.h> |
25 | #include <sys/types.h> | 25 | #include <sys/types.h> |
26 | #ifndef __PCTOOL__ | ||
27 | #include <utime.h> | ||
28 | #endif | ||
26 | #include <time.h> | 29 | #include <time.h> |
27 | #include "config.h" | 30 | #include "config.h" |
28 | #include "system.h" | 31 | #include "system.h" |