diff options
Diffstat (limited to 'src/stdio/fputws.c')
-rw-r--r-- | src/stdio/fputws.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/fputws.c b/src/stdio/fputws.c index 0b593c08..5723cbcd 100644 --- a/src/stdio/fputws.c +++ b/src/stdio/fputws.c @@ -1,4 +1,5 @@ #include "stdio_impl.h" +#include <wchar.h> int fputws(const wchar_t *restrict ws, FILE *restrict f) { |