X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fstdio%2Ffputwc.c;h=7b621dd2ff9a868cd08e3beeeff3f53887dc89d7;hp=45ea8c23ac2bc5cb43fea7a0ad4c33ba80c94412;hb=835f9f950e2f6059532bd9ab9857a856ed21a4fd;hpb=1e717ea3d2a864e00e507f1a70a892c551955f1b 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) {