From 5a29a28c11095d023e465fbb75d069b2c20eaa22 Mon Sep 17 00:00:00 2001 From: Michael Camilleri Date: Tue, 25 Mar 2025 20:34:45 +0900 Subject: [PATCH] Include in state.h --- src/core/state.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/core/state.h b/src/core/state.h index 0b69d6e9..2bbf13bf 100644 --- a/src/core/state.h +++ b/src/core/state.h @@ -27,7 +27,9 @@ #include #ifdef JANET_EV -#ifndef JANET_WINDOWS +#ifdef JANET_WINDOWS +#include +#else #include #endif #endif