diff options
Diffstat (limited to 'src/stdio/fgetws.c')
-rw-r--r-- | src/stdio/fgetws.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 *); |