changeset 4543:a6b4c227ffae

Include stdio.h, for sprintf.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 14 Aug 2003 23:00:25 +0000
parents 4436daed2dbd
children 9a6a29a7ae3c
files lib/human.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/human.c
+++ b/lib/human.c
@@ -54,6 +54,8 @@
 # include <strings.h>
 #endif
 
+#include <stdio.h>
+
 #include "gettext.h"
 #define _(msgid) gettext (msgid)