X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fvsnprintf.c;h=be2c44eb176d70a5d867b9f339dd58afe5953ec7;hb=1d92cddb1e1ed4b6cc0e55461727561e7a2522e0;hp=6f19b0287234bd6f9ff414f5dfd490a563a77bd3;hpb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;p=musl diff --git a/src/stdio/vsnprintf.c b/src/stdio/vsnprintf.c index 6f19b028..be2c44eb 100644 --- a/src/stdio/vsnprintf.c +++ b/src/stdio/vsnprintf.c @@ -1,4 +1,8 @@ #include "stdio_impl.h" +#include +#include +#include +#include static size_t sn_write(FILE *f, const unsigned char *s, size_t l) {