From 49b560698b0bba848c4f8325803a26a4477fb12d Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 1 Oct 1998 20:42:43 +0000 Subject: Renamed thread.h to pythread.h. --- Python/pythonrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pythonrun.c') diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 2be073bda0..7cff848422 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -1031,7 +1031,7 @@ Py_FatalError(msg) /* Clean up and exit */ #ifdef WITH_THREAD -#include "thread.h" +#include "pythread.h" int _PyThread_Started = 0; /* Set by threadmodule.c and maybe others */ #endif -- cgit v1.2.1