Index: ChangeLog =================================================================== RCS file: /cvs/src/src/newlib/ChangeLog,v retrieving revision 1.1244 diff -p -u -r1.1244 ChangeLog --- ChangeLog 11 Dec 2008 22:49:58 -0000 1.1244 +++ ChangeLog 11 Dec 2008 23:37:04 -0000 @@ -1,3 +1,9 @@ +2008-12-11 Craig Howland + + * libc/stdio/freopen.c: Add for memset prototype. + * libc/stdio/fseek.c: Ditto. + * libc/stdio/fwide.c: Add for fwide prototype. + 2008-12-11 Jeff Johnston * libc/include/sys/time.h (gettimeofday): Change prototype so Index: libc/stdio/freopen.c =================================================================== RCS file: /cvs/src/src/newlib/libc/stdio/freopen.c,v retrieving revision 1.23 diff -p -u -r1.23 freopen.c --- libc/stdio/freopen.c 10 Dec 2008 23:43:12 -0000 1.23 +++ libc/stdio/freopen.c 11 Dec 2008 23:37:04 -0000 @@ -76,6 +76,7 @@ Supporting OS subroutines required: < #include #include +#include #include #include #include Index: libc/stdio/fseek.c =================================================================== RCS file: /cvs/src/src/newlib/libc/stdio/fseek.c,v retrieving revision 1.20 diff -p -u -r1.20 fseek.c --- libc/stdio/fseek.c 10 Dec 2008 23:43:12 -0000 1.20 +++ libc/stdio/fseek.c 11 Dec 2008 23:37:04 -0000 @@ -101,6 +101,7 @@ Supporting OS subroutines required: < #include #include +#include #include #include #include Index: libc/stdio/fwide.c =================================================================== RCS file: /cvs/src/src/newlib/libc/stdio/fwide.c,v retrieving revision 1.1 diff -p -u -r1.1 fwide.c --- libc/stdio/fwide.c 10 Dec 2008 23:43:12 -0000 1.1 +++ libc/stdio/fwide.c 11 Dec 2008 23:37:04 -0000 @@ -55,6 +55,7 @@ C99, POSIX.1-2001. */ #include <_ansi.h> +#include #include "local.h" int