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 82c98eb commit 50dc0ebCopy full SHA for 50dc0eb
Python/pytime.c
@@ -1,5 +1,4 @@
1
#include "Python.h"
2
-#include "pycore_time.h" // PyTime_t
3
4
#include <time.h> // gmtime_r()
5
#ifdef HAVE_SYS_TIME_H
@@ -9,6 +8,8 @@
9
8
# include <winsock2.h> // struct timeval
10
#endif
11
+#include "pycore_time.h" // PyTime_t
12
+
13
#if defined(__APPLE__)
14
# include <mach/mach_time.h> // mach_absolute_time(), mach_timebase_info()
15
0 commit comments