summaryrefslogtreecommitdiff
path: root/src/od.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-24 12:43:39 +0000
committerJim Meyering <jim@meyering.net>1999-04-24 12:43:39 +0000
commit88c9f8134672954d09341e8c4421e74d419bd117 (patch)
tree39dd37fd970d6c384600179f58ba3004ecffe59a /src/od.c
parent55865fda6c1ab2e09d763b408299bc851f36ddea (diff)
downloadcoreutils-88c9f8134672954d09341e8c4421e74d419bd117.tar.xz
Include new "xstrtol.h", not "xstrtoul.h".
Diffstat (limited to 'src/od.c')
-rw-r--r--src/od.c2
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h>
#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"