summaryrefslogtreecommitdiffstats
path: root/tools/include/byteswap.h
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-14 14:54:34 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-14 14:54:34 +0000
commita6e38696e866f017f293899d2622a63147909df3 (patch)
treeee37be750da98c6c1674de6125b90a74ce0b9c89 /tools/include/byteswap.h
parentb2b8e3bed89afe2008ad741bc05b313715c56b64 (diff)
[tools] more cygwin related build fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15227 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/include/byteswap.h')
-rw-r--r--tools/include/byteswap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/include/byteswap.h b/tools/include/byteswap.h
index 61047167c..fe279ceb2 100644
--- a/tools/include/byteswap.h
+++ b/tools/include/byteswap.h
@@ -1,3 +1,3 @@
-#ifdef __linux__
+#if defined(__linux__) || defined(__CYGWIN__)
#include_next <byteswap.h>
#endif