diff options
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Python/thread.c b/Python/thread.c index f441752..9da701d 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" |