mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 20:49:29 -05:00
tools: include endian.h from byteswap.h to ensure that bswap_* is available
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37183
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#if defined(__linux__) || defined(__CYGWIN__)
|
||||
#include_next <byteswap.h>
|
||||
#else
|
||||
#include <endian.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user