From: Guido van Rossum Date: Mon, 25 Jan 1999 21:39:03 +0000 (+0000) Subject: Include myselect.h -- needed on some platforms. X-Git-Tag: v1.5.2b2~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11801859e020e414d43780489dd8e31b3f4e0a86;p=python Include myselect.h -- needed on some platforms. --- 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. */