summaryrefslogtreecommitdiff
path: root/locate/locate.c
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2020-01-01 17:44:30 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2020-01-01 17:44:30 +0100
commit9820a15a439a67918ab2bfa8b54d9abdfa74b9e6 (patch)
tree5f158149eb13348ae0b09b86f9dff27185a5e62c /locate/locate.c
parentd2d6c7abfeb706e88de07671426cf88566b207ac (diff)
downloadfindutils-9820a15a439a67918ab2bfa8b54d9abdfa74b9e6.tar.gz
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.
Diffstat (limited to 'locate/locate.c')
-rw-r--r--locate/locate.c1
1 files changed, 1 insertions, 0 deletions
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"