add SimpleTech SimpleShare NAS diag support (untested; based on patch from #1352)
[openwrt.git] / tools / include / endian.h
index 9bfc652..25d100d 100644 (file)
@@ -2,6 +2,7 @@
 #define __endian_compat_h
 
 #if defined(__linux__)
+#include <byteswap.h>
 #include_next <endian.h>
 #elif defined(__APPLE__)
 #include <machine/endian.h>
This page took 0.026535 seconds and 4 git commands to generate.