firmware-utils: remove the wndr3700 utility
[openwrt/svn-archive/archive.git] / tools / include / byteswap.h
index 61047167c3df957690496d22360d3d8de142c33d..015f09740ad6af7d0a2da4185e1532e0097f4196 100644 (file)
@@ -1,3 +1,5 @@
-#ifdef __linux__
+#if defined(__linux__) || defined(__CYGWIN__) 
 #include_next <byteswap.h>
+#else
+#include <endian.h>
 #endif