Skip to content

Commit

Permalink
Include poll.h instead of incorrect sys/poll.h
Browse files Browse the repository at this point in the history
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Anton Arapov <anton@openssl.org>
(Merged from #21131)
  • Loading branch information
t8m committed Jun 10, 2023
1 parent ab77026 commit c4ce0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/internal/sockets.h
Expand Up @@ -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

Expand Down

0 comments on commit c4ce0e3

Please sign in to comment.