mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Include myselect.h -- needed on some platforms.
This commit is contained in:
parent
8bf6dc77d1
commit
11801859e0
@ -288,6 +288,7 @@ Tkinter_Error(v)
|
||||
#ifdef WITH_THREAD
|
||||
#ifndef MS_WINDOWS
|
||||
#include "mytime.h"
|
||||
#include "myselect.h"
|
||||
|
||||
/* Millisecond sleep() for Unix platforms. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user