Signed-off-by: Jaegeuk Kim <[email protected]> --- Change log from v1: - Fix xfstests failure
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..ad2798cf388c 100644 --- a/include/f2fs_fs.h +++ b/include/f2fs_fs.h @@ -26,13 +26,14 @@ #include <stddef.h> #include <string.h> #include <time.h> + #ifdef HAVE_CONFIG_H #include <config.h> -#endif - +#else #ifdef __ANDROID__ #define WITH_ANDROID #endif +#endif /* HAVE_CONFIG_H */ #ifdef WITH_ANDROID #include <android_config.h> -- 2.36.0.rc2.479.g8af0fa9b8e-goog _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
