aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/.svn/text-base/byteswap.h.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/.svn/text-base/byteswap.h.svn-base')
-rw-r--r--tools/include/.svn/text-base/byteswap.h.svn-base3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/include/.svn/text-base/byteswap.h.svn-base b/tools/include/.svn/text-base/byteswap.h.svn-base
new file mode 100644
index 0000000..fe279ce
--- /dev/null
+++ b/tools/include/.svn/text-base/byteswap.h.svn-base
@@ -0,0 +1,3 @@
+#if defined(__linux__) || defined(__CYGWIN__)
+#include_next <byteswap.h>
+#endif