1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:41:41 +03:00
openwrt-xburst/tools/include/byteswap.h
florian a6e38696e8 [tools] more cygwin related build fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15227 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-14 14:54:34 +00:00

4 lines
81 B
C

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