From 36e4c90f6ccd01119b13e91ba3ac9a45acc9db2a Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 16 Jun 2015 14:07:50 +0200 Subject: [PATCH] f2fs-tools: fix build with musl Signed-off-by: Daniel Golle --- utils/f2fs-tools/patches/010-include-byteswap-h.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 utils/f2fs-tools/patches/010-include-byteswap-h.patch diff --git a/utils/f2fs-tools/patches/010-include-byteswap-h.patch b/utils/f2fs-tools/patches/010-include-byteswap-h.patch new file mode 100644 index 000000000..b8c9ff30e --- /dev/null +++ b/utils/f2fs-tools/patches/010-include-byteswap-h.patch @@ -0,0 +1,10 @@ +--- a/include/f2fs_fs.h ++++ b/include/f2fs_fs.h +@@ -12,6 +12,7 @@ + #include + #include + #include ++#include + + #ifdef HAVE_CONFIG_H + #include