* mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change.

This commit is contained in:
Christopher Faylor 2004-08-09 01:17:28 +00:00
parent ac8cbf3d2d
commit 3f604cbca4
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-08-08 Christopher Faylor <cgf@timesys.com>
* mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change.
2004-08-07 Danny Smith <dannysmith@users.sourceforge.net>
* include/complex.h: Remove __attribute__ ((const)) from

View File

@ -3,6 +3,7 @@
#include <stdarg.h>
#include <wchar.h>
#include <stdio.h>
int vwscanf(const wchar_t * __restrict__ format, va_list arg) {
return vfwscanf(stdin, format, arg);