Merge pull request #59 from tezc/tezc-poll-h

use include <poll.h> instead <sys/poll.h>
This commit is contained in:
Ozan Tezcan 2021-03-09 21:50:18 +03:00 committed by GitHub
commit 8c5b16ecd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,7 +340,7 @@ struct sc_sock_poll
#else
#if !defined(_WIN32)
#include <sys/poll.h>
#include <poll.h>
#endif
struct sc_sock_poll