forgot to include <unistd.h>

master
leitner 21 years ago
parent 29075afaba
commit f6b5de0c93

@ -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) {

Loading…
Cancel
Save