summaryrefslogtreecommitdiffstats
path: root/Python/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Python/thread.c b/Python/thread.c
index fb0f6a2..2d80b09 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -126,6 +126,10 @@ void init_thread _P0()
#include "thread_cthread.h"
#endif
+#ifdef NT_THREADS
+#include "thread_nt.h"
+#endif
+
/*
#ifdef FOOBAR_THREADS
#include "thread_foobar.h"