diff options
author | Jim Meyering <jim@meyering.net> | 1999-04-24 12:43:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-04-24 12:43:39 +0000 |
commit | 88c9f8134672954d09341e8c4421e74d419bd117 (patch) | |
tree | 39dd37fd970d6c384600179f58ba3004ecffe59a | |
parent | 55865fda6c1ab2e09d763b408299bc851f36ddea (diff) | |
download | coreutils-88c9f8134672954d09341e8c4421e74d419bd117.tar.xz |
Include new "xstrtol.h", not "xstrtoul.h".
-rw-r--r-- | src/od.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |