Merge pull request #95 from Subv/patch-1

Use <poll.h> instead of <sys/poll.h> in unix.c
This commit is contained in:
Lee Salzman
2018-09-11 00:21:30 -04:00
committed by GitHub
+1 -1
View File
@@ -51,7 +51,7 @@
#endif #endif
#ifdef HAS_POLL #ifdef HAS_POLL
#include <sys/poll.h> #include <poll.h>
#endif #endif
#ifndef HAS_SOCKLEN_T #ifndef HAS_SOCKLEN_T