X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/02b47faadfe03c3b302dadb78422e14648f07b50..16cf5367e3a455f322328315f3c13ed23d68b690:/acconfig.h diff --git a/acconfig.h b/acconfig.h index 16672a6..ae59c59 100644 --- a/acconfig.h +++ b/acconfig.h @@ -39,6 +39,7 @@ #ifdef HAVE_POLL #include #else +/* kludge it up */ struct pollfd { int fd; short events; short revents; }; #define POLLIN 1 #define POLLPRI 2