clean up stdio_impl.h
[musl] / src / stdio / vswscanf.c
index a205200..7a2f7c7 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include <wchar.h>
 
 static size_t wstring_read(FILE *f, unsigned char *buf, size_t len)
 {