X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffputws.c;h=5723cbcd7a573a2879f25339be378dc817388025;hb=4ca442157e381690202c3bcc102627d137fd0466;hp=0b593c08d1d50d28d0c5832323402de72ec0c42f;hpb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;p=musl 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 int fputws(const wchar_t *restrict ws, FILE *restrict f) {