From d163f2fc839178dc3b0959528d76724dd928f073 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 24 Sep 2004 09:13:11 +0000 Subject: [PATCH] * libc/stdio/fread.c (fread): Include . --- newlib/ChangeLog | 4 ++++ newlib/libc/stdio/fread.c | 1 + 2 files changed, 5 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 1d4de3c9f..cc65df9b3 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2004-09-24 Corinna Vinschen + + * libc/stdio/fread.c (fread): Include . + 2004-09-22 Jeff Johnston * libc/stdio/fread.c (fread): For non-space-optimized case, diff --git a/newlib/libc/stdio/fread.c b/newlib/libc/stdio/fread.c index 9a074dd4f..fa3873075 100644 --- a/newlib/libc/stdio/fread.c +++ b/newlib/libc/stdio/fread.c @@ -58,6 +58,7 @@ Supporting OS subroutines required: <>, <>, <>, #include <_ansi.h> #include #include +#include #include "local.h" #ifdef __SCLE