mirror of
https://github.com/tezc/sc.git
synced 2025-02-04 07:13:10 +08:00
Merge pull request #59 from tezc/tezc-poll-h
use include <poll.h> instead <sys/poll.h>
This commit is contained in:
commit
8c5b16ecd2
@ -340,7 +340,7 @@ struct sc_sock_poll
|
|||||||
#else
|
#else
|
||||||
|
|
||||||
#if !defined(_WIN32)
|
#if !defined(_WIN32)
|
||||||
#include <sys/poll.h>
|
#include <poll.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct sc_sock_poll
|
struct sc_sock_poll
|
||||||
|
Loading…
x
Reference in New Issue
Block a user