aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/byteswap.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-04-14 14:54:34 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-04-14 14:54:34 +0000
commitc589671d129135b59cda5bdb4f9212506a718337 (patch)
treeee37be750da98c6c1674de6125b90a74ce0b9c89 /tools/include/byteswap.h
parent4c407b15c68005b90ca22529b4a8b725b01a744f (diff)
downloadupstream-c589671d129135b59cda5bdb4f9212506a718337.tar.gz
upstream-c589671d129135b59cda5bdb4f9212506a718337.tar.bz2
upstream-c589671d129135b59cda5bdb4f9212506a718337.zip
[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 61047167c3..fe279ceb2c 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