From b1bdffbc34676f45a437178958fdf2dc99d1b987 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 17 Jun 2022 17:35:58 -0500 Subject: [PATCH] Don't inlcude pthread on windows. --- src/core/util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/util.h b/src/core/util.h index f42a3c84..f591b0a2 100644 --- a/src/core/util.h +++ b/src/core/util.h @@ -35,8 +35,10 @@ #include #ifdef JANET_EV +#ifndef JANET_WINDOWS #include #endif +#endif #ifndef _MSC_VER #include