openwrt_archive/tools/include/byteswap.h
Florian Fainelli 8a8c251b84 [tools] more cygwin related build fixes
SVN-Revision: 15227
2009-04-14 14:54:34 +00:00

4 lines
81 B
C

#if defined(__linux__) || defined(__CYGWIN__)
#include_next <byteswap.h>
#endif