Signed-off-by: Jaegeuk Kim <[email protected]> --- include/f2fs_fs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/f2fs_fs.h b/include/f2fs_fs.h index d6374270c188..b821b8279f82 100644 --- a/include/f2fs_fs.h +++ b/include/f2fs_fs.h @@ -26,10 +26,10 @@ #include <stddef.h> #include <string.h> #include <time.h> + #ifdef HAVE_CONFIG_H #include <config.h> -#endif - +#else #ifdef __ANDROID__ #define WITH_ANDROID #endif @@ -43,6 +43,7 @@ #define WITH_SLOAD #define WITH_LABEL #endif +#endif /* HAVE_CONFIG_H */ #include <inttypes.h> #ifdef HAVE_LINUX_TYPES_H -- 2.36.0.rc2.479.g8af0fa9b8e-goog _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
