Commit 7d1cd694 authored by Martin v. Löwis's avatar Martin v. Löwis

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

parent 3484a18a
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment