summaryrefslogtreecommitdiffstats
path: root/Modules/_tkinter.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-25 21:39:03 (GMT)
committerGuido van Rossum <guido@python.org>1999-01-25 21:39:03 (GMT)
commit11801859e020e414d43780489dd8e31b3f4e0a86 (patch)
tree6c877b5830a27bdd479bb8e7bc25d9037dca0b6e /Modules/_tkinter.c
parent8bf6dc77d10ced9457a517a4f5d1174cee39da1e (diff)
downloadcpython-11801859e020e414d43780489dd8e31b3f4e0a86.zip
cpython-11801859e020e414d43780489dd8e31b3f4e0a86.tar.gz
cpython-11801859e020e414d43780489dd8e31b3f4e0a86.tar.bz2
Include myselect.h -- needed on some platforms.
Diffstat (limited to 'Modules/_tkinter.c')
-rw-r--r--Modules/_tkinter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index 46bf8da..ea0c8b1 100644
--- a/Modules/_tkinter.c
+++ b/Modules/_tkinter.c
@@ -288,6 +288,7 @@ Tkinter_Error(v)
#ifdef WITH_THREAD
#ifndef MS_WINDOWS
#include "mytime.h"
+#include "myselect.h"
/* Millisecond sleep() for Unix platforms. */