Skip to content

Commit

Permalink
GH-116226: include pthread_stubs.h in pycore_pythreads.h (#116227)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Mar 1, 2024
1 parent 9e88173 commit 90a1e98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Include/internal/pycore_pythread.h
Expand Up @@ -46,7 +46,8 @@ extern "C" {


#if defined(HAVE_PTHREAD_STUBS)
#include <stdbool.h> // bool
#include "cpython/pthread_stubs.h" // PTHREAD_KEYS_MAX
#include <stdbool.h> // bool

// pthread_key
struct py_stub_tls_entry {
Expand Down

0 comments on commit 90a1e98

Please sign in to comment.