mirror of https://github.com/openssl/openssl.git
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:
parent
ab77026cec
commit
c4ce0e3303
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue