* bootstrap.conf (gnulib_modules): Add the new module split from xstrtol. * locate/locate.c: Include "xstrtol-error.h" for xstrtol_fatal. --- bootstrap.conf | 1 + locate/locate.c | 1 + 2 files changed, 2 insertions(+)
diff --git a/bootstrap.conf b/bootstrap.conf index 4a816222..e6452956 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -180,6 +180,7 @@ gnulib_modules=" xgetcwd xstrtod xstrtol + xstrtol-error xstrtoumax year2038 yesno diff --git a/locate/locate.c b/locate/locate.c index 03d781cc..b3a49b84 100644 --- a/locate/locate.c +++ b/locate/locate.c @@ -90,6 +90,7 @@ #include "quotearg.h" #include "regextype.h" #include "stat-time.h" +#include "xstrtol-error.h" /* find headers. */ #include "system.h" -- 2.24.1