diff --git a/tools/ucl/src/ucl_conf.h b/tools/ucl/src/ucl_conf.h index 37e81c6e03..20bbd3b6cd 100644 --- a/tools/ucl/src/ucl_conf.h +++ b/tools/ucl/src/ucl_conf.h @@ -181,7 +181,7 @@ #if !defined(SIZEOF_SIZE_T) -# define SIZEOF_SIZE_T SIZEOF_UNSIGNED +# define SIZEOF_SIZE_T SIZEOF_UNSIGNED_LONG #endif #if !defined(SIZE_T_MAX) # define SIZE_T_MAX UCL_UTYPE_MAX(SIZEOF_SIZE_T)