]> granicus.if.org Git - python/commitdiff
Include myselect.h -- needed on some platforms.
authorGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 21:39:03 +0000 (21:39 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 21:39:03 +0000 (21:39 +0000)
Modules/_tkinter.c

index 46bf8da5648ed2b4408d861d38488021ed1b6c3f..ea0c8b17d15b5d796df8643b4e4b802291871441 100644 (file)
@@ -288,6 +288,7 @@ Tkinter_Error(v)
 #ifdef WITH_THREAD
 #ifndef MS_WINDOWS
 #include "mytime.h"
+#include "myselect.h"
 
 /* Millisecond sleep() for Unix platforms. */