diff options
-rw-r--r-- | source/kit/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/kit/thread.c b/source/kit/thread.c index 71437eb..471cdea 100644 --- a/source/kit/thread.c +++ b/source/kit/thread.c @@ -3,7 +3,7 @@ #ifdef _MSC_VER # include "atomic.h" -# include <process.h> +# include <windows.h> # include <stdlib.h> typedef struct { |