]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include new "xstrtol.h", not "xstrtoul.h".
authorJim Meyering <jim@meyering.net>
Sat, 24 Apr 1999 12:43:39 +0000 (12:43 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Apr 1999 12:43:39 +0000 (12:43 +0000)
src/od.c

index d72ffc11dd51b9f6aca5881c4fe7eb9913b86c6e..3a356b3bb83f99609d38ead43f84586a8cc494c4 100644 (file)
--- 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"