diff -r b59935b2de79 -r 384f6d1f5784 ui/common/threadpool.c --- a/ui/common/threadpool.c Sat Nov 30 20:33:16 2024 +0100 +++ b/ui/common/threadpool.c Wed Dec 04 08:55:49 2024 +0100 @@ -29,10 +29,12 @@ #include "threadpool.h" #include "context.h" -#include - #ifndef _WIN32 +#include +#include +#include +#include static threadpool_job kill_job;