diff --git a/config.h b/config.h index be97593..6661f03 100644 --- a/config.h +++ b/config.h @@ -198,6 +198,10 @@ /* Version number of package */ #define VERSION "1.15.0" +#define HAVE_UUID_UUID_H 1 + +#define HAVE_LIBUUID 1 + /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_format.c index 10ed74e..879991b 100644 --- a/mkfs/f2fs_format.c +++ b/mkfs/f2fs_format.c @@ -26,7 +26,7 @@ #include #ifdef HAVE_UUID_UUID_H -#include +#include #endif #ifndef HAVE_LIBUUID #define uuid_parse(a, b) -1 diff --git a/mkfs/f2fs_format_main.c b/mkfs/f2fs_format_main.c index 8b087ff..07084b3 100644 --- a/mkfs/f2fs_format_main.c +++ b/mkfs/f2fs_format_main.c @@ -30,7 +30,7 @@ #include #endif #ifdef HAVE_UUID_UUID_H -#include +#include #endif #include "quota.h"