summaryrefslogtreecommitdiffstats
path: root/Python/parking_lot.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/parking_lot.c')
-rw-r--r--Python/parking_lot.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/Python/parking_lot.c b/Python/parking_lot.c
index 9a8a403..9bf8376 100644
--- a/Python/parking_lot.c
+++ b/Python/parking_lot.c
@@ -1,11 +1,12 @@
#include "Python.h"
#include "pycore_llist.h"
-#include "pycore_lock.h" // _PyRawMutex
+#include "pycore_lock.h" // _PyRawMutex
#include "pycore_parking_lot.h"
-#include "pycore_pyerrors.h" // _Py_FatalErrorFormat
-#include "pycore_pystate.h" // _PyThreadState_GET
-#include "pycore_semaphore.h" // _PySemaphore
+#include "pycore_pyerrors.h" // _Py_FatalErrorFormat
+#include "pycore_pystate.h" // _PyThreadState_GET
+#include "pycore_semaphore.h" // _PySemaphore
+#include "pycore_time.h" //_PyTime_GetMonotonicClock()
#include <stdbool.h>