use <poll.h> as by Single Unix Specification
This commit is contained in:
parent
ec67e3b7e4
commit
5d7f15daf8
1 changed files with 2 additions and 2 deletions
|
@ -125,8 +125,8 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
#if defined(OPENSSL_SYS_LINUX)
|
||||
# include <sys/poll.h>
|
||||
#if defined(OPENSSL_SYS_LINUX) /* should actually be available virtually everywhere */
|
||||
# include <poll.h>
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#ifndef FD_SETSIZE
|
||||
|
|
Loading…
Reference in a new issue