* mingwex/fwide.c: Include <stdio.h> to resolve FILE usage.
This commit is contained in:
parent
839677149f
commit
a671e18c42
|
@ -1,3 +1,7 @@
|
|||
2004-07-14 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* mingwex/fwide.c: Include <stdio.h> to resolve FILE usage.
|
||||
|
||||
2004-07-14 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* Makefile.in (INCLUDES): Designate $(srcdir)/../include as a
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
*/
|
||||
|
||||
#include <wchar.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int
|
||||
fwide(stream, mode)
|
||||
|
|
Loading…
Reference in New Issue