projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5793084
)
2002-11-02 Roland McGrath <roland@redhat.com>
author
roland
<roland>
Sun, 3 Nov 2002 00:16:45 +0000
(
00:16
+0000)
committer
roland
<roland>
Sun, 3 Nov 2002 00:16:45 +0000
(
00:16
+0000)
* stdio-common/reg-printf.c: Include <stdlib.h>.
stdio-common/reg-printf.c
patch
|
blob
|
history
diff --git
a/stdio-common/reg-printf.c
b/stdio-common/reg-printf.c
index
c42040e
..
99258bd
100644
(file)
--- a/
stdio-common/reg-printf.c
+++ b/
stdio-common/reg-printf.c
@@
-19,6
+19,7
@@
#include <errno.h>
#include <limits.h>
#include <printf.h>
+#include <stdlib.h>
/* Array of functions indexed by format character. */
libc_freeres_ptr (printf_arginfo_function **__printf_arginfo_table)