Patch #504224: add plan9 threads include to thread.c.
This commit is contained in:
parent
3484a18af1
commit
7d1cd6947d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue