Thanks to visit codestin.com Credit goes to github.com
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 b8ac009 commit b2877ddCopy full SHA for b2877dd
1 file changed
Modules/termios.c
@@ -5,7 +5,11 @@
5
#define PyInit_termios inittermios
6
7
#include <termios.h>
8
+#ifdef __osf__
9
+/* On OSF, sys/ioctl.h requires that struct termio already be defined,
10
+ * so this needs to be included first on that platform. */
11
#include <termio.h>
12
+#endif
13
#include <sys/ioctl.h>
14
15
#ifdef __BEOS__
0 commit comments