From 11801859e020e414d43780489dd8e31b3f4e0a86 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 25 Jan 1999 21:39:03 +0000 Subject: [PATCH] Include myselect.h -- needed on some platforms. --- Modules/_tkinter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 46bf8da564..ea0c8b17d1 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. */ -- 2.50.1