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:
Fred Drake 2001-04-04 21:19:26 +00:00
parent 7d3bad66e4
commit 9b3bc49575
1 changed files with 1 additions and 0 deletions

View File

@ -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\