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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11801859e020e414d43780489dd8e31b3f4e0a86;p=thirdparty%2FPython%2Fcpython.git Include myselect.h -- needed on some platforms. --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 46bf8da5648e..ea0c8b17d15b 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. */