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-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc21036b31060f9cfd8fdec24a04cb387b7e683;p=pspp 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"