Signed-off-by: Jaegeuk Kim <[email protected]> --- include/android_config.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/android_config.h b/include/android_config.h index 9a15782dc796..4bcd5890313f 100644 --- a/include/android_config.h +++ b/include/android_config.h @@ -23,6 +23,7 @@ #define HAVE_SYS_SYSMACROS_H 1 #define HAVE_SYS_XATTR_H 1 #define HAVE_UNISTD_H 1 +#define HAVE_UUID_UUID_H 1 #define HAVE_SCSI_SG_H 1 #define HAVE_FALLOCATE 1 @@ -37,6 +38,7 @@ #define HAVE_SETMNTENT 1 #define HAVE_SPARSE_SPARSE_H 1 #define HAVE_LIBLZ4 1 +#define HAVE_LIBUUID 1 #ifdef WITH_SLOAD #define HAVE_LIBSELINUX 1 -- 2.36.1.124.g0e6072fb45-goog _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
