-rw-r--r-- | src/stdio/fputws.c | 1 |
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) { |