We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c89b0 commit 543f991Copy full SHA for 543f991
1 file changed
Modules/selectmodule.c
@@ -17,7 +17,9 @@
17
#include "pycore_time.h" // _PyTime_t
18
19
#include <stddef.h> // offsetof()
20
-#include <unistd.h> // close()
+#ifndef MS_WINDOWS
21
+# include <unistd.h> // close()
22
+#endif
23
24
#ifdef HAVE_SYS_DEVPOLL_H
25
#include <sys/resource.h>
0 commit comments