* libc/stdio/fread.c (fread): Include <malloc.h>.
This commit is contained in:
parent
9ab64c4a44
commit
d163f2fc83
|
@ -1,3 +1,7 @@
|
|||
2004-09-24 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* libc/stdio/fread.c (fread): Include <malloc.h>.
|
||||
|
||||
2004-09-22 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/stdio/fread.c (fread): For non-space-optimized case,
|
||||
|
|
|
@ -58,6 +58,7 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<isatty>>,
|
|||
#include <_ansi.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include "local.h"
|
||||
|
||||
#ifdef __SCLE
|
||||
|
|
Loading…
Reference in New Issue