This commit is contained in:
Viktor Szakats 2025-07-25 14:39:10 +02:00
parent ad1ca9c6e4
commit cef8fe881e
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -25,7 +25,7 @@
#include "memdebug.h"
#if defined(USE_THREADS_POSIX)
#ifdef USE_THREADS_POSIX
#include <pthread.h>
#endif