summaryrefslogtreecommitdiff
path: root/src/tail.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-24 12:33:56 +0000
committerJim Meyering <jim@meyering.net>1999-04-24 12:33:56 +0000
commitbdb9cd3f2c5a7c85f568b6be97494a40371b781b (patch)
tree8fc0196eab8b0f6b7eb2925264ba53e98aab4821 /src/tail.c
parentcef6937705411d5c7d196d3f404717af74f4e6c6 (diff)
downloadcoreutils-bdb9cd3f2c5a7c85f568b6be97494a40371b781b.tar.xz
Include new "xstrtol.h", not "xstrtoul.h".
Diffstat (limited to 'src/tail.c')
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index ef125728d..da64f653f 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"