mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 17:34:57 +00:00
0c10f3911d
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37183
6 lines
107 B
C
6 lines
107 B
C
#if defined(__linux__) || defined(__CYGWIN__)
|
|
#include_next <byteswap.h>
|
|
#else
|
|
#include <endian.h>
|
|
#endif
|