From: Paul Eggert Date: Thu, 14 Aug 2003 23:00:25 +0000 (+0000) Subject: Include stdio.h, for sprintf. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba21d44f8a2da711c7abbecc64aa356b25c8ab4a;p=pspp Include stdio.h, for sprintf. --- diff --git a/lib/human.c b/lib/human.c index 558263473a..a838e8c41e 100644 --- a/lib/human.c +++ b/lib/human.c @@ -54,6 +54,8 @@ char *getenv (); # include #endif +#include + #include "gettext.h" #define _(msgid) gettext (msgid)