mirror of
https://github.com/tezc/sc.git
synced 2025-01-28 07:03:06 +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
|
||||
|
||||
#if !defined(_WIN32)
|
||||
#include <sys/poll.h>
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
||||
struct sc_sock_poll
|
||||
|
Loading…
x
Reference in New Issue
Block a user