From: Jim Meyering Date: Sat, 24 Apr 1999 12:33:56 +0000 (+0000) Subject: Include new "xstrtol.h", not "xstrtoul.h". X-Git-Tag: SH-UTILS-1_16g~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdb9cd3f2c5a7c85f568b6be97494a40371b781b;p=thirdparty%2Fcoreutils.git Include new "xstrtol.h", not "xstrtoul.h". --- 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"