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 1698b078a4..f441752214 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -149,6 +149,10 @@ void init_thread _P0() #include "thread_nt.h" #endif +#ifdef OS2_THREADS +#include "thread_os2.h" +#endif + /* #ifdef FOOBAR_THREADS #include "thread_foobar.h" |