X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2F__stdout_write.c;h=200fe2c96f5296446b464b3a91385ad497aa4a82;hb=41d7c77d6a2e74294807d35062e4cd1d48ab72d3;hp=0cf7123606ec1f69c563df4f05e19647ac02e87b;hpb=69cf09c821b94668f03c942585d99c13121731c8;p=musl diff --git a/src/stdio/__stdout_write.c b/src/stdio/__stdout_write.c index 0cf71236..200fe2c9 100644 --- a/src/stdio/__stdout_write.c +++ b/src/stdio/__stdout_write.c @@ -1,4 +1,6 @@ #include "stdio_impl.h" +#include +#include size_t __stdout_write(FILE *f, const unsigned char *buf, size_t len) {