2004-09-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/local.h: Include <stdlib.h>.
This commit is contained in:
parent
ab6b0b2f12
commit
2a6e122363
@ -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>
|
2004-09-24 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* libc/stdio/fread.c (fread): Include <malloc.h>.
|
* libc/stdio/fread.c (fread): Include <malloc.h>.
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
#include <reent.h>
|
#include <reent.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <reent.h>
|
#include <reent.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
extern int _EXFUN(__svfscanf_r,(struct _reent *,FILE *, _CONST char *,va_list));
|
extern int _EXFUN(__svfscanf_r,(struct _reent *,FILE *, _CONST char *,va_list));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user