f2fs_fs.h locats in local directory rather than system one, fix it.

Signed-off-by: Chao Yu <yuch...@huawei.com>
---
 fsck/f2fs.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fsck/f2fs.h b/fsck/f2fs.h
index 21d4c33..a52b5d4 100644
--- a/fsck/f2fs.h
+++ b/fsck/f2fs.h
@@ -11,7 +11,6 @@
 #ifndef _F2FS_H_
 #define _F2FS_H_
 
-#include <f2fs_fs.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
@@ -27,6 +26,8 @@
 #include <sys/mount.h>
 #include <assert.h>
 
+#include "f2fs_fs.h"
+
 #define EXIT_ERR_CODE          (-1)
 #define ver_after(a, b) (typecheck(unsigned long long, a) &&            \
                typecheck(unsigned long long, b) &&                     \
-- 
2.18.0.rc1



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to