Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-08-09 05:17:28 +0400
committerChristopher Faylor <me@cgf.cx>2004-08-09 05:17:28 +0400
commit3f604cbca4cced415050cdd86de95c64e4778714 (patch)
tree2f0b8cb9ad7973ab6155487b97132803f91307d2 /winsup/mingw/mingwex/stdio/vwscanf.c
parentac8cbf3d2dea46ead5be3626862ffba731b92929 (diff)
* mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change.
Diffstat (limited to 'winsup/mingw/mingwex/stdio/vwscanf.c')
-rw-r--r--winsup/mingw/mingwex/stdio/vwscanf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/mingw/mingwex/stdio/vwscanf.c b/winsup/mingw/mingwex/stdio/vwscanf.c
index c8f53eef2..0b20e2ee4 100644
--- a/winsup/mingw/mingwex/stdio/vwscanf.c
+++ b/winsup/mingw/mingwex/stdio/vwscanf.c
@@ -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);