From 833860615bedfd2484ac0623d6f01ff0578ba09f Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 5 Sep 2017 20:45:48 -0700 Subject: pytime: include winsock2, so we can have a complete timeval type (#3377) --- Python/pytime.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/pytime.c b/Python/pytime.c index 8979adc..b7d6e84 100644 --- a/Python/pytime.c +++ b/Python/pytime.c @@ -1,6 +1,7 @@ #include "Python.h" #ifdef MS_WINDOWS #include +#include /* struct timeval */ #endif #if defined(__APPLE__) -- cgit v0.12