From 9b3bc49575fecd30e3f862e8864625f9c8c7a4c2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 4 Apr 2001 21:19:26 +0000 Subject: 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. --- Modules/termios.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Modules/termios.c') diff --git a/Modules/termios.c b/Modules/termios.c index 054d259937..0bce7d3fd0 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\ -- cgit v1.2.1