diff --git a/src/core/state.h b/src/core/state.h index 76002bb5..70480507 100644 --- a/src/core/state.h +++ b/src/core/state.h @@ -25,6 +25,12 @@ #include +#ifdef JANET_EV +#ifndef JANET_WINDOWS +#include +#endif +#endif + typedef int64_t JanetTimestamp; typedef struct JanetScratch {