Use <poll.h> instead of <sys/poll.h> in unix.c
@@ -51,7 +51,7 @@
#endif
#ifdef HAS_POLL
#include <sys/poll.h>
#include <poll.h>
#ifndef HAS_SOCKLEN_T
The note is not visible to the blocked user.