From f90ae20354ceb501f0ba0b6459df17f1a8005a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 11 Jun 2002 06:22:31 +0000 Subject: Patch #488073: AtheOS port. --- Python/thread.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Python/thread.c') diff --git a/Python/thread.c b/Python/thread.c index b35a48b2eb..1c5e685e9a 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -133,6 +133,10 @@ void PyThread_init_thread(void) #include "thread_plan9.h" #endif +#ifdef ATHEOS_THREADS +#include "thread_atheos.h" +#endif + /* #ifdef FOOBAR_THREADS #include "thread_foobar.h" -- cgit v1.2.1