2
0
mirror of https://github.com/openssl/openssl.git synced 2025-04-24 20:51:14 +08:00

use <poll.h> as by Single Unix Specification

This commit is contained in:
Bodo Möller 2006-06-30 08:14:39 +00:00
parent e34aa5a3b3
commit 3df760b83a

@ -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