added LibreWRT bright-ben sources.
[librewrt/.git] / bright-ben / tools / include / byteswap.h
diff --git a/bright-ben/tools/include/byteswap.h b/bright-ben/tools/include/byteswap.h
new file mode 100644 (file)
index 0000000..fe279ce
--- /dev/null
@@ -0,0 +1,3 @@
+#if defined(__linux__) || defined(__CYGWIN__) 
+#include_next <byteswap.h>
+#endif