We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b9470 commit daad339Copy full SHA for daad339
1 file changed
csrc/posix/pf_io_posix.c
@@ -34,7 +34,7 @@
34
#include <sys/int_types.h> /* Needed on Solaris for uint32_t in termio.h */
35
#endif
36
#include <termios.h>
37
-#include <sys/poll.h>
+#include <poll.h>
38
39
static struct termios save_termios;
40
static int stdin_is_tty;
0 commit comments