summaryrefslogtreecommitdiff
path: root/firmware/export/fat.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-07-08 13:06:41 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-07-08 13:06:41 -0400
commita0f1236e882fb20611c17b1e2275505f70ba8ed4 (patch)
treec1e2a857c5a8275ff1c08345e24064a5d0818883 /firmware/export/fat.h
parent17f7dfb9d207fc8f9734808025cec72daaed5061 (diff)
downloadrockbox-a0f1236e882fb20611c17b1e2275505f70ba8ed4.tar.gz
rockbox-a0f1236e882fb20611c17b1e2275505f70ba8ed4.zip
Fix yellow in android builds.
Change-Id: Ic22908e249f2db85c029e1644c9531a12ed87993
Diffstat (limited to 'firmware/export/fat.h')
-rw-r--r--firmware/export/fat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h
index 199765b11c..f2aae4f5f0 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -23,7 +23,7 @@
23 23
24#include <stdbool.h> 24#include <stdbool.h>
25#include <sys/types.h> 25#include <sys/types.h>
26#if defined(__PCTOOL__) || defined(SIMULATOR) || (CONFIG_PLATFORM == PLATFORM_HOSTED) 26#if defined(__PCTOOL__) || defined(SIMULATOR) || ((CONFIG_PLATFORM & PLATFORM_HOSTED) == PLATFORM_HOSTED)
27#include <utime.h> 27#include <utime.h>
28#endif 28#endif
29#include <time.h> 29#include <time.h>