use include <poll.h> instead <sys/poll.h>

This commit is contained in:
Ozan Tezcan 2021-03-09 21:32:35 +03:00 committed by GitHub
parent b79c8c71a9
commit 31e57ced65
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