-rw-r--r-- | src/stdio/fgetws.c | 1 |
diff --git a/src/stdio/fgetws.c b/src/stdio/fgetws.c index fab9bd0f..195cb435 100644 --- a/src/stdio/fgetws.c +++ b/src/stdio/fgetws.c @@ -1,4 +1,5 @@ #include "stdio_impl.h" +#include <wchar.h> wint_t __fgetwc_unlocked(FILE *); |