Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1180185

Browse files
committed
Include myselect.h -- needed on some platforms.
1 parent 8bf6dc7 commit 1180185

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_tkinter.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ Tkinter_Error(v)
288288
#ifdef WITH_THREAD
289289
#ifndef MS_WINDOWS
290290
#include "mytime.h"
291+
#include "myselect.h"
291292

292293
/* Millisecond sleep() for Unix platforms. */
293294

0 commit comments

Comments
 (0)