aboutsummaryrefslogtreecommitdiffstats
path: root/libexfat/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexfat/platform.h')
-rw-r--r--libexfat/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexfat/platform.h b/libexfat/platform.h
index b3505f4..2fe5341 100644
--- a/libexfat/platform.h
+++ b/libexfat/platform.h
@@ -46,7 +46,7 @@
#define EXFAT_LITTLE_ENDIAN LITTLE_ENDIAN
#define EXFAT_BIG_ENDIAN BIG_ENDIAN
-#elif defined(__FreeBSD__) || defined(__DragonFlyBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
+#elif defined(__ANDROID__) || defined(__FreeBSD__) || defined(__DragonFlyBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
#include <sys/endian.h>
#define exfat_bswap16(x) bswap16(x)