X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffputwc.c;h=7b621dd2ff9a868cd08e3beeeff3f53887dc89d7;hb=41d7c77d6a2e74294807d35062e4cd1d48ab72d3;hp=45ea8c23ac2bc5cb43fea7a0ad4c33ba80c94412;hpb=52458cfa8c79a9eacb81e151e15cdeff04b75d37;p=musl diff --git a/src/stdio/fputwc.c b/src/stdio/fputwc.c index 45ea8c23..7b621dd2 100644 --- a/src/stdio/fputwc.c +++ b/src/stdio/fputwc.c @@ -1,4 +1,7 @@ #include "stdio_impl.h" +#include +#include +#include wint_t __fputwc_unlocked(wchar_t c, FILE *f) {