We need to get the definitions first. Signed-off-by: Jaegeuk Kim <[email protected]> ---
Change log from v1: - fix build problems tools/f2fscrypt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/f2fscrypt.c b/tools/f2fscrypt.c index 4c5d87036225..b406bcf56640 100644 --- a/tools/f2fscrypt.c +++ b/tools/f2fscrypt.c @@ -43,6 +43,9 @@ #ifdef __KERNEL__ #include <linux/fs.h> #endif + +#include <f2fs_fs.h> + #ifdef HAVE_UUID_UUID_H #include <uuid/uuid.h> #else @@ -55,7 +58,6 @@ typedef unsigned char uuid_t[16]; #ifdef HAVE_SYS_KEY_H #include <sys/key.h> #endif -#include <f2fs_fs.h> #define F2FS_MAX_KEY_SIZE 64 #define F2FS_MAX_PASSPHRASE_SIZE 1024 -- 2.36.1.124.g0e6072fb45-goog _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
