clean up stdio_impl.h
[musl] / src / stdio / fgetws.c
index fab9bd0..195cb43 100644 (file)
@@ -1,4 +1,5 @@
 #include "stdio_impl.h"
+#include <wchar.h>
 
 wint_t __fgetwc_unlocked(FILE *);