diff options
Diffstat (limited to 'src/stdio/vswscanf.c')
-rw-r--r-- | src/stdio/vswscanf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/vswscanf.c b/src/stdio/vswscanf.c index a205200a..7a2f7c7a 100644 --- a/src/stdio/vswscanf.c +++ b/src/stdio/vswscanf.c @@ -1,4 +1,5 @@ #include "stdio_impl.h" +#include <wchar.h> static size_t wstring_read(FILE *f, unsigned char *buf, size_t len) { |