]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include <stdio.h>, once again, for declaration of sprintf.
authorJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 22:37:23 +0000 (22:37 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 6 Jun 2003 22:37:23 +0000 (22:37 +0000)
lib/human.c

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