diff --git a/include/pocketpy/common/threads.h b/include/pocketpy/common/threads.h index f75c18a0..47d67486 100644 --- a/include/pocketpy/common/threads.h +++ b/include/pocketpy/common/threads.h @@ -7,7 +7,7 @@ #include #include -#if __EMSCRIPTEN__ || __APPLE__ || __linux__ +#if __EMSCRIPTEN__ || __APPLE__ || __linux__ || __MINGW32__ #include #define PK_USE_PTHREADS 1 typedef pthread_t c11_thrd_t;