X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Fsendfile.h;h=e7570d8e5c4f0226c88321b8d7cafb5071ec8391;hb=f143458223f90262a9c2d929f9e815a74e3aa139;hp=1f2b5231fcea6a4bc0abf8fe5e28050d652cb9a8;hpb=57d5fff5f7dd9af27152c84ce041c18597a22766;p=musl diff --git a/include/sys/sendfile.h b/include/sys/sendfile.h index 1f2b5231..e7570d8e 100644 --- a/include/sys/sendfile.h +++ b/include/sys/sendfile.h @@ -5,6 +5,7 @@ extern "C" { #endif +#include #include ssize_t sendfile(int, int, off_t *, size_t);