X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=aros%2Faros_compat.h;h=76de2ac948f724daefc71df716b7a905d754b407;hb=9126c9c0366028cb799978d145fd361c6635b5f4;hp=f06974b98c83de02f752de18beddb1fe7b949893;hpb=265276038ac3553b03bba82ab669735a072ef6a4;p=deb_libnfs.git diff --git a/aros/aros_compat.h b/aros/aros_compat.h index f06974b..76de2ac 100644 --- a/aros/aros_compat.h +++ b/aros/aros_compat.h @@ -10,6 +10,7 @@ #include #include #include +#include #define statvfs statfs #define ioctl IoctlSocket @@ -38,6 +39,11 @@ void aros_init_socket(void); #define POLLHUP 0x0010 /* Hung up */ #define POLLNVAL 0x0020 /* Invalid request: fd not open */ +struct utimbuf { + int actime; + int modtime; +}; + struct pollfd { int fd; /* file descriptor */ short events; /* requested events */