maint: adjust to split out xstrtol-error gnulib module

* bootstrap.conf (gnulib_modules): Add the new module split from xstrtol.
* locate/locate.c: Include "xstrtol-error.h" for xstrtol_fatal.
This commit is contained in:
Bernhard Voelker 2020-01-01 17:44:30 +01:00
parent d2d6c7abfe
commit 9820a15a43
2 changed files with 2 additions and 0 deletions

View File

@ -180,6 +180,7 @@ gnulib_modules="
xgetcwd
xstrtod
xstrtol
xstrtol-error
xstrtoumax
year2038
yesno

View File

@ -90,6 +90,7 @@
#include "quotearg.h"
#include "regextype.h"
#include "stat-time.h"
#include "xstrtol-error.h"
/* find headers. */
#include "system.h"