diff options
-rw-r--r-- | Modules/termios.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/termios.c b/Modules/termios.c index 0bce7d3..146a16f 100644 --- a/Modules/termios.c +++ b/Modules/termios.c @@ -5,7 +5,10 @@ #define PyInit_termios inittermios #include <termios.h> +/* XXX Some systems need this to get all the symbols, while + this breaks for others. #include <sys/ioctl.h> +*/ static char termios__doc__[] = "\ This module provides an interface to the Posix calls for tty I/O control.\n\ |