fix integer overflow in elf.h macro SHF_EXCLUDE
[musl] / src / linux / sendfile.c
index 818b19d..d63f419 100644 (file)
@@ -1,4 +1,4 @@
-#include <unistd.h>
+#include <sys/sendfile.h>
 #include "syscall.h"
 #include "libc.h"