X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fungetwc.c;h=8cc85a6bfd2a00b615ecccdc96fbfc519e4b77f5;hb=41d7c77d6a2e74294807d35062e4cd1d48ab72d3;hp=5282fee14577af9109768272e3265a806c58541f;hpb=e3cd6c5c265cd481db6e0c5b529855d99f0bda30;p=musl diff --git a/src/stdio/ungetwc.c b/src/stdio/ungetwc.c index 5282fee1..8cc85a6b 100644 --- a/src/stdio/ungetwc.c +++ b/src/stdio/ungetwc.c @@ -1,4 +1,8 @@ #include "stdio_impl.h" +#include +#include +#include +#include wint_t ungetwc(wint_t c, FILE *f) {