clean up stdio_impl.h
[musl] / src / stdio / fgetwc.c
index 6f9f9ec..8626d54 100644 (file)
@@ -1,4 +1,6 @@
 #include "stdio_impl.h"
+#include <wchar.h>
+#include <errno.h>
 
 wint_t __fgetwc_unlocked(FILE *f)
 {