* mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change.
This commit is contained in:
parent
ac8cbf3d2d
commit
3f604cbca4
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue