diff options
Diffstat (limited to 'src/linux/sendfile.c')
-rw-r--r-- | src/linux/sendfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linux/sendfile.c b/src/linux/sendfile.c index 818b19d3..d63f4197 100644 --- a/src/linux/sendfile.c +++ b/src/linux/sendfile.c @@ -1,4 +1,4 @@ -#include <unistd.h> +#include <sys/sendfile.h> #include "syscall.h" #include "libc.h" |