disable mpfr tests compilation, slightly speeds up the build process
[openwrt/openwrt.git] / tools / include / endian.h
index 9bfc652b908bf0e6697226bc32366c66beebdfaa..0f17b41da73f50aa21c2a51ac5695862c982db2f 100644 (file)
@@ -1,7 +1,8 @@
 #ifndef __endian_compat_h
 #define __endian_compat_h
 
 #ifndef __endian_compat_h
 #define __endian_compat_h
 
-#if defined(__linux__)
+#if defined(__linux__) || defined(__CYGWIN__)
+#include <byteswap.h>
 #include_next <endian.h>
 #elif defined(__APPLE__)
 #include <machine/endian.h>
 #include_next <endian.h>
 #elif defined(__APPLE__)
 #include <machine/endian.h>