mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#define PyInit_termios inittermios
|
||||
|
||||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
static char termios__doc__[] = "\
|
||||
This module provides an interface to the Posix calls for tty I/O control.\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue