From: Tomas Mraz Date: Tue, 6 Jun 2023 10:19:10 +0000 (+0200) Subject: Include poll.h instead of incorrect sys/poll.h X-Git-Tag: openssl-3.2.0-alpha1~675 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4ce0e3303d586bc4ec41f380c94ccb4fb84e2d5;p=thirdparty%2Fopenssl.git Include poll.h instead of incorrect sys/poll.h Reviewed-by: Paul Dale Reviewed-by: Tom Cosgrove Reviewed-by: Anton Arapov (Merged from https://github.com/openssl/openssl/pull/21131) --- diff --git a/include/internal/sockets.h b/include/internal/sockets.h index f409d4bb504..100e3462976 100644 --- a/include/internal/sockets.h +++ b/include/internal/sockets.h @@ -114,7 +114,7 @@ struct servent *PASCAL getservbyname(const char *, const char *); # endif # ifdef OPENSSL_SYS_UNIX -# include +# include # include # endif