aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libexfat/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexfat/platform.h b/libexfat/platform.h
index eaa92f8..99fe507 100644
--- a/libexfat/platform.h
+++ b/libexfat/platform.h
@@ -24,7 +24,7 @@
#ifndef PLATFORM_H_INCLUDED
#define PLATFORM_H_INCLUDED
-#if defined(__linux__)
+#if defined(__linux__) || defined(__GLIBC__) || defined(__GNU__)
#include <endian.h>
#include <byteswap.h>