From: Fred Drake Date: Wed, 4 Apr 2001 21:19:26 +0000 (+0000) Subject: Add an #include of sys/ioctl.h to pick up a lot of the constants supported X-Git-Tag: v2.1c1~190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b3bc49575fecd30e3f862e8864625f9c8c7a4c2;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Modules/termios.c b/Modules/termios.c index 054d25993708..0bce7d3fd0a7 100644 --- a/Modules/termios.c +++ b/Modules/termios.c @@ -5,6 +5,7 @@ #define PyInit_termios inittermios #include +#include static char termios__doc__[] = "\ This module provides an interface to the Posix calls for tty I/O control.\n\