diff options
Diffstat (limited to 'src/OS')
-rw-r--r-- | src/OS/os.c-FreeBSD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/OS/os.c-FreeBSD b/src/OS/os.c-FreeBSD index a892e5940..715a9ed42 100644 --- a/src/OS/os.c-FreeBSD +++ b/src/OS/os.c-FreeBSD @@ -12,7 +12,6 @@ src/os.c file. */ /************* * Sendfile * *************/ -#include <sys/sendfile.h> ssize_t os_sendfile(int out, int in, off_t * off, size_t cnt) |