add portability fixes for toolchain/tools (full tools/toolchain build works on osx...
[openwrt-10.03/.git] / tools / include / byteswap.h
diff --git a/tools/include/byteswap.h b/tools/include/byteswap.h
new file mode 100644 (file)
index 0000000..6104716
--- /dev/null
@@ -0,0 +1,3 @@
+#ifdef __linux__
+#include_next <byteswap.h>
+#endif