Skip to content

Commit daad339

Browse files
change legacy <sys/poll.h> to portable <poll.h> in pf_io_posix.c (#210)
1 parent 05b9470 commit daad339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csrc/posix/pf_io_posix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include <sys/int_types.h> /* Needed on Solaris for uint32_t in termio.h */
3535
#endif
3636
#include <termios.h>
37-
#include <sys/poll.h>
37+
#include <poll.h>
3838

3939
static struct termios save_termios;
4040
static int stdin_is_tty;

0 commit comments

Comments
 (0)