packages/utils/f2fs-tools/patches/010-include-byteswap-h.patch
Daniel Golle 36e4c90f6c f2fs-tools: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-16 14:07:50 +02:00

10 lines
207 B
Diff

--- 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>