From: Jim Meyering Date: Sun, 18 Apr 1999 23:18:32 +0000 (+0000) Subject: Include xstrtol.h, not xstrtoul.h, since xstrtol.h now defines all the X-Git-Tag: TEXTUTILS-1_22j~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30edff7a364816c9680a1cc017be3970306a2e89;p=thirdparty%2Fcoreutils.git Include xstrtol.h, not xstrtoul.h, since xstrtol.h now defines all the xstrto... functions. --- 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"