We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6d582 commit ecc61a6Copy full SHA for ecc61a6
1 file changed
Modules/termios.c
@@ -27,6 +27,9 @@
27
28
#include <termios.h>
29
#include <sys/ioctl.h>
30
+#if defined(__sun) && defined(__SVR4)
31
+# include <unistd.h> // ioctl()
32
+#endif
33
34
/* HP-UX requires that this be included to pick up MDCD, MCTS, MDSR,
35
* MDTR, MRI, and MRTS (apparently used internally by some things
0 commit comments