X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Ffputs.c;h=1112b192c06b49528862fec0168f5af2527d1886;hb=b0302863a36ef6ad24bd25e3ef4df74b9a56980d;hp=b41bc8c7c97f157353b55c31d0ea3176bf551f48;hpb=400c5e5c8307a2ebe44ef1f203f5a15669f20347;p=musl diff --git a/src/stdio/fputs.c b/src/stdio/fputs.c index b41bc8c7..1112b192 100644 --- a/src/stdio/fputs.c +++ b/src/stdio/fputs.c @@ -1,4 +1,5 @@ #include "stdio_impl.h" +#include int fputs(const char *restrict s, FILE *restrict f) {