mirror of https://github.com/python/cpython
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