X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fstdio%2Fvfwprintf.c;h=eb0793121ed1b5d8a0e089a24188ffdaf000f3c0;hp=a42ba195f8b06c6e1b17feb8d46816773344408d;hb=9cb6e6ea120cfaf1df9016883012d22fb57d43e1;hpb=400c5e5c8307a2ebe44ef1f203f5a15669f20347 diff --git a/src/stdio/vfwprintf.c b/src/stdio/vfwprintf.c index a42ba195..eb079312 100644 --- a/src/stdio/vfwprintf.c +++ b/src/stdio/vfwprintf.c @@ -1,4 +1,11 @@ #include "stdio_impl.h" +#include +#include +#include +#include +#include +#include +#include /* Convenient bit representation for modifier flags, which all fall * within 31 codepoints of the space character. */