Include xstrtol.h, not xstrtoul.h, since xstrtol.h now defines all the
authorJim Meyering <jim@meyering.net>
Sun, 18 Apr 1999 23:18:32 +0000 (23:18 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 18 Apr 1999 23:18:32 +0000 (23:18 +0000)
xstrto... functions.

lib/human.c

index f7dcdfb2a890ba63acf4e5459d9310f416eb5c07..6a41fc53328062d84fa0b78dbc6e684b2bde522b 100644 (file)
@@ -54,7 +54,7 @@ char *getenv ();
 
 #include <argmatch.h>
 #include <error.h>
-#include <xstrtoul.h>
+#include <xstrtol.h>
 
 #include "human.h"