summaryrefslogtreecommitdiffstats
path: root/utils/f2fs-tools/patches/010-include-byteswap-h.patch
blob: b8c9ff30e505c28ed9f47beac1638048d471b5be (plain)
1
2
3
4
5
6
7
8
9
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>