summaryrefslogtreecommitdiffstats
path: root/Python/condvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/condvar.h')
-rw-r--r--Python/condvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/condvar.h b/Python/condvar.h
index 4ddc531..d54db94 100644
--- a/Python/condvar.h
+++ b/Python/condvar.h
@@ -41,7 +41,8 @@
#define _CONDVAR_IMPL_H_
#include "Python.h"
-#include "pycore_condvar.h"
+#include "pycore_pythread.h" // _POSIX_THREADS
+
#ifdef _POSIX_THREADS
/*