mirror of
https://github.com/buildwithparallel/openwrt
synced 2026-08-10 21:35:45 -04:00
5 lines
107 B
C
5 lines
107 B
C
#if defined(__linux__) || defined(__CYGWIN__)
|
|
#include_next <byteswap.h>
|
|
#else
|
|
#include <endian.h>
|
|
#endif
|