diff lib/human.c @ 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 (1999-04-18)
parents ca73757a0183
children 2a52bf4a60c7
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"