* 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 75b182a..de94a69 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 c42040e..99258bd 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)