diff options
Diffstat (limited to 'Include/cpython/pythread.h')
-rw-r--r-- | Include/cpython/pythread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/cpython/pythread.h b/Include/cpython/pythread.h index 03f710a..e658b35 100644 --- a/Include/cpython/pythread.h +++ b/Include/cpython/pythread.h @@ -22,7 +22,7 @@ PyAPI_DATA(const long long) PY_TIMEOUT_MAX; */ # define NATIVE_TSS_KEY_T unsigned long #elif defined(HAVE_PTHREAD_STUBS) -# include "cpython/pthread_stubs.h" +# include "pthread_stubs.h" # define NATIVE_TSS_KEY_T pthread_key_t #else # error "Require native threads. See https://bugs.python.org/issue31370" |