forgot to include <unistd.h>

This commit is contained in:
leitner 2003-10-06 02:03:43 +00:00
parent 29075afaba
commit f6b5de0c93

View File

@ -41,6 +41,8 @@ int64 io_sendfile(int64 s,int64 fd,uint64 off,uint64 n) {
#else
#include <unistd.h>
#define BUFSIZE 16384
int64 io_sendfile(int64 out,int64 in,uint64 off,uint64 bytes) {