From: Jim Meyering Date: Fri, 6 Jun 2003 22:37:23 +0000 (+0000) Subject: Include , once again, for declaration of sprintf. X-Git-Tag: v5.0.1~326 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61185901300c497552e6699702f66086d96d0ea0;p=thirdparty%2Fcoreutils.git Include , once again, for declaration of 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)