Include poll.h instead of incorrect sys/poll.h

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Anton Arapov <anton@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21131)
This commit is contained in:
Tomas Mraz 2023-06-06 12:19:10 +02:00
parent ab77026cec
commit c4ce0e3303
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ struct servent *PASCAL getservbyname(const char *, const char *);
# endif
# ifdef OPENSSL_SYS_UNIX
# include <sys/poll.h>
# include <poll.h>
# include <errno.h>
# endif