Patch #504224: add plan9 threads include to thread.c.

This commit is contained in:
Martin v. Löwis 2002-03-09 12:10:54 +00:00
parent 3484a18af1
commit 7d1cd6947d
1 changed files with 4 additions and 0 deletions

View 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"