index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
tools
/
include
/
byteswap.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Florian Fainelli <florian@openwrt.org>
2009-04-14 14:54:34 +0000
committer
Florian Fainelli <florian@openwrt.org>
2009-04-14 14:54:34 +0000
commit
b8e09787fac3a13854e53e3a7a6707d39563ae68
(
patch
)
tree
3eb743e2a7927e7becd57c53629133cf5f22ed18
/
tools/include/byteswap.h
parent
bda5e955744bf3997870c921efba90bea6f60118
(
diff
)
more cygwin related build fixes
SVN-Revision: 15227
Diffstat
(limited to 'tools/include/byteswap.h')
-rw-r--r--
tools/include/byteswap.h
2
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