diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-09-24 16:03:46 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-09-24 16:03:46 +0000 |
commit | 2a6e122363fac63db364db101e4a905250bb37a5 (patch) | |
tree | cc5ee194c20634e85088ed06afa928e2ecf3de82 /newlib | |
parent | ab6b0b2f120dbac4b27405f119377c7b005c79e1 (diff) | |
download | newlib-2a6e122363fac63db364db101e4a905250bb37a5.zip newlib-2a6e122363fac63db364db101e4a905250bb37a5.tar.gz newlib-2a6e122363fac63db364db101e4a905250bb37a5.tar.bz2 |
2004-09-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/local.h: Include <stdlib.h>.
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/stdio/local.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index cc65df9..b4de087 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2004-09-24 Jeff Johnston <jjohnstn@redhat.com> + + * libc/stdio/local.h: Include <stdlib.h>. + 2004-09-24 Corinna Vinschen <corinna@vinschen.de> * libc/stdio/fread.c (fread): Include <malloc.h>. diff --git a/newlib/libc/stdio/local.h b/newlib/libc/stdio/local.h index e62f341..c4176eb 100644 --- a/newlib/libc/stdio/local.h +++ b/newlib/libc/stdio/local.h @@ -26,6 +26,7 @@ #include <reent.h> #include <stdarg.h> #include <reent.h> +#include <stdlib.h> #include <unistd.h> extern int _EXFUN(__svfscanf_r,(struct _reent *,FILE *, _CONST char *,va_list)); |