From 88c9f8134672954d09341e8c4421e74d419bd117 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Apr 1999 12:43:39 +0000 Subject: Include new "xstrtol.h", not "xstrtoul.h". --- src/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/od.c') diff --git a/src/od.c b/src/od.c index d72ffc11d..3a356b3bb 100644 --- a/src/od.c +++ b/src/od.c @@ -25,7 +25,7 @@ #include #include "system.h" #include "error.h" -#include "xstrtoul.h" +#include "xstrtol.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "od" -- cgit v1.2.3-54-g00ecf