From 7cc21036b31060f9cfd8fdec24a04cb387b7e683 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 18 Apr 1999 23:18:32 +0000 Subject: [PATCH] Include xstrtol.h, not xstrtoul.h, since xstrtol.h now defines all the xstrto... functions. --- lib/human.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/human.c b/lib/human.c index f7dcdfb2a8..6a41fc5332 100644 --- a/lib/human.c +++ b/lib/human.c @@ -54,7 +54,7 @@ char *getenv (); #include #include -#include +#include #include "human.h" -- 2.30.2