2
0
forked from Ivasoft/openwrt

more cygwin related build fixes

SVN-Revision: 15227
This commit is contained in:
Florian Fainelli
2009-04-14 14:54:34 +00:00
parent bda5e95574
commit b8e09787fa
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
#ifdef __linux__
#if defined(__linux__) || defined(__CYGWIN__)
#include_next <byteswap.h>
#endif