* libc/stdio/freopen.c: Add <string.h> for memset prototype.

* libc/stdio/fseek.c:  Ditto.
	* libc/stdio/fwide.c:  Add <wchar.h> for fwide prototype.
This commit is contained in:
Corinna Vinschen 2008-12-12 15:45:19 +00:00
parent baaa8b9140
commit 6897665e67
4 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-12-12 Craig Howland <howland@LGSInnovations.com>
* libc/stdio/freopen.c: Add <string.h> for memset prototype.
* libc/stdio/fseek.c: Ditto.
* libc/stdio/fwide.c: Add <wchar.h> for fwide prototype.
2008-12-11 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/time.h (gettimeofday): Change prototype so

View File

@ -76,6 +76,7 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<isatty>>,
#include <reent.h>
#include <time.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>

View File

@ -101,6 +101,7 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<isatty>>,
#include <_ansi.h>
#include <reent.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <fcntl.h>
#include <stdlib.h>

View File

@ -55,6 +55,7 @@ C99, POSIX.1-2001.
*/
#include <_ansi.h>
#include <wchar.h>
#include "local.h"
int