From ba21d44f8a2da711c7abbecc64aa356b25c8ab4a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 14 Aug 2003 23:00:25 +0000 Subject: [PATCH] Include stdio.h, for sprintf. --- lib/human.c | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.30.2