diff options
-rw-r--r-- | src/tail.c | 2 |
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" |