* libc/stdio/fread.c (fread): Include <malloc.h>.

This commit is contained in:
Corinna Vinschen 2004-09-24 09:13:11 +00:00
parent 9ab64c4a44
commit d163f2fc83
2 changed files with 5 additions and 0 deletions

View File

@ -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,

View File

@ -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