commit 36e4c90f6ccd01119b13e91ba3ac9a45acc9db2a parent 4116e327afee80aaea33a16358f5f7c0da687bec Author: Daniel Golle <daniel@makrotopia.org> Date: Tue, 16 Jun 2015 14:07:50 +0200 f2fs-tools: fix build with musl Signed-off-by: Daniel Golle <daniel@makrotopia.org> Diffstat:
| A | utils/f2fs-tools/patches/010-include-byteswap-h.patch | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/utils/f2fs-tools/patches/010-include-byteswap-h.patch 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 <inttypes.h> + #include <linux/types.h> + #include <sys/types.h> ++#include <byteswap.h> + + #ifdef HAVE_CONFIG_H + #include <config.h>