Don't inlcude pthread on windows.

This commit is contained in:
Calvin Rose 2022-06-17 17:35:58 -05:00
parent cff718f37d
commit b1bdffbc34
1 changed files with 2 additions and 0 deletions

View File

@ -35,8 +35,10 @@
#include <stdbool.h>
#ifdef JANET_EV
#ifndef JANET_WINDOWS
#include <pthread.h>
#endif
#endif
#ifndef _MSC_VER
#include <alloca.h>