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 3a5b7a2..eaa92f8 100644
--- a/libexfat/platform.h
+++ b/libexfat/platform.h
@@ -24,7 +24,7 @@
#ifndef PLATFORM_H_INCLUDED
#define PLATFORM_H_INCLUDED
-#if defined(__GLIBC__)
+#if defined(__linux__)
#include <endian.h>
#include <byteswap.h>