Add an #include of sys/ioctl.h to pick up a lot of the constants supported
in the previous patch. This closes (again!) SF patch #410267.
This commit is contained in:
parent
7d3bad66e4
commit
9b3bc49575
|
@ -5,6 +5,7 @@
|
||||||
#define PyInit_termios inittermios
|
#define PyInit_termios inittermios
|
||||||
|
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
#include <sys/ioctl.h>
|
||||||
|
|
||||||
static char termios__doc__[] = "\
|
static char termios__doc__[] = "\
|
||||||
This module provides an interface to the Posix calls for tty I/O control.\n\
|
This module provides an interface to the Posix calls for tty I/O control.\n\
|
||||||
|
|
Loading…
Reference in New Issue