]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - libexfat/platform.h
Imported Upstream version 1.2.2
[sven/exfat-utils.git] / libexfat / platform.h
index eaa92f8d904b17b175c66f058c58a418a2a9d6d1..99fe507af3c429ec83768196ece1435a4727c564 100644 (file)
@@ -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>