tools/genext2fs: do not include the host getline.h, it breaks the tool in subtle...
[openwrt.git] / tools / include / byteswap.h
index 6104716..fe279ce 100644 (file)
@@ -1,3 +1,3 @@
-#ifdef __linux__
+#if defined(__linux__) || defined(__CYGWIN__) 
 #include_next <byteswap.h>
 #endif
This page took 0.043938 seconds and 4 git commands to generate.