summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/fat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/fat.c b/firmware/drivers/fat.c
index cb1a3c1a8f..8d5057bd89 100644
--- a/firmware/drivers/fat.c
+++ b/firmware/drivers/fat.c
@@ -22,8 +22,10 @@
22#include <math.h> 22#include <math.h>
23#include <stdlib.h> 23#include <stdlib.h>
24#include <ctype.h> 24#include <ctype.h>
25#ifdef DISK_WRITE
25#include <time.h> 26#include <time.h>
26#include <sys/timeb.h> 27#include <sys/timeb.h>
28#endif
27#include <stdbool.h> 29#include <stdbool.h>
28#include "fat.h" 30#include "fat.h"
29#include "ata.h" 31#include "ata.h"