changeset 1786:027e08403b18

Include xstrtol.h, not xstrtoul.h, since xstrtol.h now defines all the xstrto... functions.
author Jim Meyering <jim@meyering.net>
date Sun, 18 Apr 1999 23:18:32 +0000
parents 197f4bdf9a3d
children f6c04ce2aeda
files lib/human.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/human.c
+++ b/lib/human.c
@@ -54,7 +54,7 @@
 
 #include <argmatch.h>
 #include <error.h>
-#include <xstrtoul.h>
+#include <xstrtol.h>
 
 #include "human.h"