* 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

@ -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>