From 68b0d62d0ae9cd0dbb07c744f47e5a09a889b16b Mon Sep 17 00:00:00 2001 From: Richard Ore Date: Wed, 16 Oct 2024 16:09:50 +0100 Subject: [PATCH] update thread --- src/standard/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standard/thread.c b/src/standard/thread.c index b458e5f7..e59ce02e 100644 --- a/src/standard/thread.c +++ b/src/standard/thread.c @@ -18,7 +18,7 @@ #ifdef _WIN32 #define _POSIX 1 #include -#including +#include #ifndef SIGUSR2 #define SIGUSR2 31 #endif