[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gnulib] human.c merge from coreutils
From: |
Paul Eggert |
Subject: |
[Bug-gnulib] human.c merge from coreutils |
Date: |
14 Aug 2003 16:03:11 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
I installed this change from coreutils:
2003-08-14 Paul Eggert <address@hidden>
* human.c: Include stdio.h, for sprintf.
Index: lib/human.c
===================================================================
RCS file: /cvsroot/gnulib/gnulib/lib/human.c,v
retrieving revision 1.19
diff -p -u -r1.19 human.c
--- lib/human.c 5 Jun 2003 04:35:13 -0000 1.19
+++ lib/human.c 14 Aug 2003 22:58:47 -0000
@@ -54,6 +54,8 @@ char *getenv ();
# include <strings.h>
#endif
+#include <stdio.h>
+
#include "gettext.h"
#define _(msgid) gettext (msgid)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-gnulib] human.c merge from coreutils,
Paul Eggert <=