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

Skip to content

Commit bcaac81

Browse files
authored
Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383)
This reverts commit 8338606, as it broke Windows builds.
1 parent 3fc499b commit bcaac81

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/pytime.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include "Python.h"
22
#ifdef MS_WINDOWS
33
#include <windows.h>
4-
#include <winsock2.h> /* struct timeval */
54
#endif
65

76
#if defined(__APPLE__)

0 commit comments

Comments
 (0)