ff7e4e7d3eaa1fb7df6b8bfaf408e2c1b8fa749f
[openwrt/openwrt.git] / package / utils / f2fs-tools / patches / 010-include-byteswap-h.patch
1 --- a/include/f2fs_fs.h
2 +++ b/include/f2fs_fs.h
3 @@ -15,6 +15,7 @@
4 #include <inttypes.h>
5 #include <linux/types.h>
6 #include <sys/types.h>
7 +#include <byteswap.h>
8
9 #ifdef HAVE_CONFIG_H
10 #include <config.h>