diff options
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index 0178f84498..b004c79640 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -109,7 +109,7 @@ static long dxp[256]; #ifdef WITH_THREAD #include <errno.h> -#include "thread.h" +#include "pythread.h" extern int _PyThread_Started; /* Flag for Py_Exit */ |