From: Daniel Golle Date: Tue, 16 Jun 2015 12:07:50 +0000 (+0200) Subject: f2fs-tools: fix build with musl X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=36e4c90f6ccd01119b13e91ba3ac9a45acc9db2a;p=openwrt-packages.git f2fs-tools: fix build with musl Signed-off-by: Daniel Golle --- 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