Include stdio.h, for sprintf.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Aug 2003 23:00:25 +0000 (23:00 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Aug 2003 23:00:25 +0000 (23:00 +0000)
lib/human.c

index 5582634..a838e8c 100644 (file)
@@ -54,6 +54,8 @@ char *getenv ();
 # include <strings.h>
 #endif
 
+#include <stdio.h>
+
 #include "gettext.h"
 #define _(msgid) gettext (msgid)