From dbbd5eef58fb5617b45802f98b5a73981fc4f4f2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 6 Sep 2016 13:12:17 +0200 Subject: f2fs-tools: import from packages, clean up, and update to latest Signed-off-by: Felix Fietkau --- package/utils/f2fs-tools/patches/010-include-byteswap-h.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/utils/f2fs-tools/patches/010-include-byteswap-h.patch (limited to 'package/utils/f2fs-tools/patches/010-include-byteswap-h.patch') diff --git a/package/utils/f2fs-tools/patches/010-include-byteswap-h.patch b/package/utils/f2fs-tools/patches/010-include-byteswap-h.patch new file mode 100644 index 0000000000..ff7e4e7d3e --- /dev/null +++ b/package/utils/f2fs-tools/patches/010-include-byteswap-h.patch @@ -0,0 +1,10 @@ +--- a/include/f2fs_fs.h ++++ b/include/f2fs_fs.h +@@ -15,6 +15,7 @@ + #include + #include + #include ++#include + + #ifdef HAVE_CONFIG_H + #include -- cgit v1.2.3