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
  • Loading branch information
t8m committed Jun 6, 2023
1 parent ec85550 commit 8203581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/internal/sockets.h
Original file line number Diff line number Diff line change
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 8203581

Please sign in to comment.