Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37183master
parent
09551cd7c3
commit
0c10f3911d
@ -1,3 +1,5 @@ |
|||||||
#if defined(__linux__) || defined(__CYGWIN__) |
#if defined(__linux__) || defined(__CYGWIN__) |
||||||
#include_next <byteswap.h> |
#include_next <byteswap.h> |
||||||
|
#else |
||||||
|
#include <endian.h> |
||||||
#endif |
#endif |
||||||
|
Loading…
Reference in new issue