From ca6954a9792af187ce11808c0c5908ee8436b346 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 14 Jan 1999 19:31:42 +0000 Subject: Should include "Python.h", not -- it's not a standard header file (yet :-). --- Modules/termios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/termios.c') diff --git a/Modules/termios.c b/Modules/termios.c index f87cea7301..aab6b8a71c 100644 --- a/Modules/termios.c +++ b/Modules/termios.c @@ -1,6 +1,6 @@ /* termiosmodule.c -- POSIX terminal I/O module implementation. */ -#include +#include "Python.h" #define PyInit_termios inittermios -- cgit v1.2.1