openwrtv4/package/utils/f2fs-tools/patches/010-include-byteswap-h.patch

11 lines
207 B
Diff
Raw Normal View History

--- a/include/f2fs_fs.h
+++ b/include/f2fs_fs.h
@@ -15,6 +15,7 @@
#include <inttypes.h>
#include <linux/types.h>
#include <sys/types.h>
+#include <byteswap.h>
#ifdef HAVE_CONFIG_H
#include <config.h>