diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-07-08 13:06:41 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-07-08 13:06:41 -0400 |
commit | a0f1236e882fb20611c17b1e2275505f70ba8ed4 (patch) | |
tree | c1e2a857c5a8275ff1c08345e24064a5d0818883 | |
parent | 17f7dfb9d207fc8f9734808025cec72daaed5061 (diff) | |
download | rockbox-a0f1236e88.tar.gz rockbox-a0f1236e88.zip |
Fix yellow in android builds.
Change-Id: Ic22908e249f2db85c029e1644c9531a12ed87993
-rw-r--r-- | firmware/export/fat.h | 2 |
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 @@ #include <stdbool.h> #include <sys/types.h> -#if defined(__PCTOOL__) || defined(SIMULATOR) || (CONFIG_PLATFORM == PLATFORM_HOSTED) +#if defined(__PCTOOL__) || defined(SIMULATOR) || ((CONFIG_PLATFORM & PLATFORM_HOSTED) == PLATFORM_HOSTED) #include <utime.h> #endif #include <time.h> |