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 d72ffc1..3a356b3 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"