From bdb9cd3f2c5a7c85f568b6be97494a40371b781b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Apr 1999 12:33:56 +0000 Subject: [PATCH] Include new "xstrtol.h", not "xstrtoul.h". --- src/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tail.c b/src/tail.c index ef125728d8..da64f653fe 100644 --- a/src/tail.c +++ b/src/tail.c @@ -34,7 +34,7 @@ #include "argmatch.h" #include "error.h" #include "safe-read.h" -#include "xstrtoul.h" +#include "xstrtol.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "tail" -- 2.47.3