* libc/stdio/fread.c (fread): Include <malloc.h>.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user