From: nbd Date: Sat, 6 Jul 2013 14:49:08 +0000 (+0000) Subject: tools: include endian.h from byteswap.h to ensure that bswap_* is available X-Git-Tag: fast2504n-3.10.28-merged~2150 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=7a5e47a69bdd1637bce7ffaf54a087c42e672cc2;p=openwrt.git tools: include endian.h from byteswap.h to ensure that bswap_* is available Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37183 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/include/byteswap.h b/tools/include/byteswap.h index fe279ceb2c..015f09740a 100644 --- a/tools/include/byteswap.h +++ b/tools/include/byteswap.h @@ -1,3 +1,5 @@ #if defined(__linux__) || defined(__CYGWIN__) #include_next +#else +#include #endif