]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add an #include of sys/ioctl.h to pick up a lot of the constants supported
authorFred Drake <fdrake@acm.org>
Wed, 4 Apr 2001 21:19:26 +0000 (21:19 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 4 Apr 2001 21:19:26 +0000 (21:19 +0000)
in the previous patch.

This closes (again!) SF patch #410267.

Modules/termios.c

index 054d25993708fc702530e98eb585518f03fb2d53..0bce7d3fd0a7c71254ade092a5fd5c1d36786383 100644 (file)
@@ -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\