Signed-off-by: Felix Fietkau <[email protected]> SVN-Revision: 37183
@@ -1,3 +1,5 @@
#if defined(__linux__) || defined(__CYGWIN__)
#include_next <byteswap.h>
+#else
+#include <endian.h>
#endif