ath9k: add another ANI fix for older chipsets
[openwrt.git] / tools / include / byteswap.h
index 6104716..015f097 100644 (file)
@@ -1,3 +1,5 @@
-#ifdef __linux__
+#if defined(__linux__) || defined(__CYGWIN__) 
 #include_next <byteswap.h>
+#else
+#include <endian.h>
 #endif