Include myselect.h -- needed on some platforms.

This commit is contained in:
Guido van Rossum 1999-01-25 21:39:03 +00:00
parent 8bf6dc77d1
commit 11801859e0
1 changed files with 1 additions and 0 deletions

View 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. */