diff options
Diffstat (limited to 'tools/include/byteswap.h')
-rw-r--r-- | tools/include/byteswap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/include/byteswap.h b/tools/include/byteswap.h new file mode 100644 index 0000000000..61047167c3 --- /dev/null +++ b/tools/include/byteswap.h @@ -0,0 +1,3 @@ +#ifdef __linux__ +#include_next <byteswap.h> +#endif |