From: Martin v. Löwis Date: Sat, 9 Mar 2002 12:10:54 +0000 (+0000) Subject: Patch #504224: add plan9 threads include to thread.c. X-Git-Tag: v2.3c1~6536 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d1cd6947d15f16a63b244a34ca7a28bef4a5214;p=python Patch #504224: add plan9 threads include to thread.c. --- diff --git a/Python/thread.c b/Python/thread.c index f9a4de9cb2..1979df01df 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -133,6 +133,10 @@ void PyThread_init_thread(void) #include "thread_wince.h" #endif +#ifdef PLAN9_THREADS +#include "thread_plan9.h" +#endif + /* #ifdef FOOBAR_THREADS #include "thread_foobar.h"