]> sourceware.org Git - glibc.git/commitdiff
* stdio-common/reg-printf.c: Include <stdlib.h>.
authorRoland McGrath <roland@gnu.org>
Sun, 3 Nov 2002 00:16:49 +0000 (00:16 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 3 Nov 2002 00:16:49 +0000 (00:16 +0000)
ChangeLog
stdio-common/reg-printf.c

index 75b182ab732a2e6280a85e57b595eec8e407cce0..de94a69f5f7d14c03ecd56aec96a86e17f429465 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-02  Roland McGrath  <roland@redhat.com>
+
+       * stdio-common/reg-printf.c: Include <stdlib.h>.
+
 2002-11-02  H.J. Lu  <hjl@gnu.org>
 
        * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
index c42040ec3a956a8f573a977fc710d2a86b4a4f03..99258bd99e0eef3bd8c5fe62e1a07a5cdd72607f 100644 (file)
@@ -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)
This page took 0.046514 seconds and 5 git commands to generate.