From 6897665e673b0d49585a77510bd0a68dd6ed2e76 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 12 Dec 2008 15:45:19 +0000 Subject: * libc/stdio/freopen.c: Add for memset prototype. * libc/stdio/fseek.c: Ditto. * libc/stdio/fwide.c: Add for fwide prototype. --- newlib/libc/stdio/fseek.c | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/stdio/fseek.c') diff --git a/newlib/libc/stdio/fseek.c b/newlib/libc/stdio/fseek.c index d7f8ab83f..4d5fda4fe 100644 --- a/newlib/libc/stdio/fseek.c +++ b/newlib/libc/stdio/fseek.c @@ -101,6 +101,7 @@ Supporting OS subroutines required: <>, <>, <>, #include <_ansi.h> #include #include +#include #include #include #include -- cgit v1.2.3