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/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/thread.c') diff --git a/Python/thread.c b/Python/thread.c index 9da701dc71..ff5aefe68b 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -59,7 +59,7 @@ extern char *getenv(); #endif #endif -#include "thread.h" +#include "pythread.h" #ifdef __ksr__ #define _POSIX_THREADS -- cgit v1.2.1