diff options
Diffstat (limited to 'Python/thread_nt.h')
-rw-r--r-- | Python/thread_nt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/thread_nt.h b/Python/thread_nt.h index 0b7e84e..4dc6d6c 100644 --- a/Python/thread_nt.h +++ b/Python/thread_nt.h @@ -5,7 +5,9 @@ #include <windows.h> #include <limits.h> +#ifdef HAVE_PROCESS_H #include <process.h> +#endif typedef struct NRMUTEX { LONG owned ; |