diff --git a/io/io_sendfile.c b/io/io_sendfile.c index 1f6a1d8..591bef0 100644 --- a/io/io_sendfile.c +++ b/io/io_sendfile.c @@ -45,6 +45,7 @@ int64 io_sendfile(int64 s,int64 fd,uint64 off,uint64 n) { #ifdef __hpux__ +#define _LARGEFILE64_SOURCE #include #include #include