From 2a6e122363fac63db364db101e4a905250bb37a5 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 24 Sep 2004 16:03:46 +0000 Subject: [PATCH] 2004-09-24 Jeff Johnston * libc/stdio/local.h: Include . --- newlib/ChangeLog | 4 ++++ newlib/libc/stdio/local.h | 1 + 2 files changed, 5 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index cc65df9b3..b4de087e8 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2004-09-24 Jeff Johnston + + * libc/stdio/local.h: Include . + 2004-09-24 Corinna Vinschen * libc/stdio/fread.c (fread): Include . diff --git a/newlib/libc/stdio/local.h b/newlib/libc/stdio/local.h index e62f3418d..c4176eb2a 100644 --- a/newlib/libc/stdio/local.h +++ b/newlib/libc/stdio/local.h @@ -26,6 +26,7 @@ #include #include #include +#include #include extern int _EXFUN(__svfscanf_r,(struct _reent *,FILE *, _CONST char *,va_list));