]> granicus.if.org Git - python/commitdiff
Patch #504224: add plan9 threads include to thread.c.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 9 Mar 2002 12:10:54 +0000 (12:10 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 9 Mar 2002 12:10:54 +0000 (12:10 +0000)
Python/thread.c

index f9a4de9cb26f151f4f245c7e7c6a26c99cb9aff3..1979df01dff41a119f8617e9fe6960e7a50271c9 100644 (file)
@@ -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"