diff options
author | Guido van Rossum <guido@python.org> | 1999-01-25 21:39:03 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-01-25 21:39:03 (GMT) |
commit | 11801859e020e414d43780489dd8e31b3f4e0a86 (patch) | |
tree | 6c877b5830a27bdd479bb8e7bc25d9037dca0b6e /Modules | |
parent | 8bf6dc77d10ced9457a517a4f5d1174cee39da1e (diff) | |
download | cpython-11801859e020e414d43780489dd8e31b3f4e0a86.zip cpython-11801859e020e414d43780489dd8e31b3f4e0a86.tar.gz cpython-11801859e020e414d43780489dd8e31b3f4e0a86.tar.bz2 |
Include myselect.h -- needed on some platforms.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_tkinter.c | 1 |
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. */ |