aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/pytime.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pytime.c')
-rw-r--r--Python/pytime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pytime.c b/Python/pytime.c
index d36d4417dab..49cd5f4e8ea 100644
--- a/Python/pytime.c
+++ b/Python/pytime.c
@@ -1,4 +1,5 @@
#include "Python.h"
+#include "pycore_time.h" // _PyTime_t
#ifdef MS_WINDOWS
# include <winsock2.h> // struct timeval
#endif