blob: ff7e4e7d3eaa1fb7df6b8bfaf408e2c1b8fa749f (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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>
|