use <poll.h> as by Single Unix Specification
This commit is contained in:
parent
e34aa5a3b3
commit
3df760b83a
@ -125,8 +125,8 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#if defined(OPENSSL_SYS_LINUX)
|
#if defined(OPENSSL_SYS_LINUX) /* should actually be available virtually everywhere */
|
||||||
# include <sys/poll.h>
|
# include <poll.h>
|
||||||
#endif
|
#endif
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#ifndef FD_SETSIZE
|
#ifndef FD_SETSIZE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user