From 1a8791e0b875df8e9428c2d9969f64e5967ac0b4 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 4 Aug 1998 22:46:29 +0000 Subject: Changes for BeOS, QNX and long long, by Chris Herborth. --- 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 f441752214..9da701dc71 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -153,6 +153,10 @@ void init_thread _P0() #include "thread_os2.h" #endif +#ifdef BEOS_THREADS +#include "thread_beos.h" +#endif + /* #ifdef FOOBAR_THREADS #include "thread_foobar.h" -- cgit v1.2.1