diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-03 00:16:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-03 00:16:49 +0000 |
commit | 379c9e03af51b7b98aec1f9b04f8f22dec5d4711 (patch) | |
tree | 58fbcf43088535fd8de6f1be8e5e2592babab22f /stdio-common | |
parent | fc633b17ce4e3201ce86eb0b8163cac4a68e444b (diff) | |
download | glibc-379c9e03af51b7b98aec1f9b04f8f22dec5d4711.tar glibc-379c9e03af51b7b98aec1f9b04f8f22dec5d4711.tar.gz glibc-379c9e03af51b7b98aec1f9b04f8f22dec5d4711.tar.bz2 glibc-379c9e03af51b7b98aec1f9b04f8f22dec5d4711.zip |
* stdio-common/reg-printf.c: Include <stdlib.h>.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/reg-printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/reg-printf.c b/stdio-common/reg-printf.c index c42040ec3a..99258bd99e 100644 --- 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) |