diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-14 04:53:41 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-14 04:53:41 +0400 |
commit | 8583a79099c0d66d81b98cbdc39bc06e04347d1a (patch) | |
tree | 4264ffd1309d4ac1f8c4595bb24e5c803d94b78f | |
parent | 117001b8986d46040da5c7b07330b5fb99fc7f70 (diff) | |
download | kit-8583a79099c0d66d81b98cbdc39bc06e04347d1a.zip |
test
-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 { |