ruby-changes:68765
From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:13:29 +0900 (JST)
Subject: [ruby-changes:68765] 03af6ad995 (master): Should fix builds without mjit support
https://git.ruby-lang.org/ruby.git/commit/?id=03af6ad995 From 03af6ad9951bf5fa28583068a566493c970603ea Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Wed, 17 Feb 2021 13:17:52 -0500 Subject: Should fix builds without mjit support --- iseq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iseq.c b/iseq.c index fe3a9dfc28..89a52972d3 100644 --- a/iseq.c +++ b/iseq.c @@ -38,6 +38,7 @@ https://github.com/ruby/ruby/blob/trunk/iseq.c#L38 #include "ruby/util.h" #include "vm_core.h" #include "vm_callinfo.h" +#include "ujit.h" #include "builtin.h" #include "insns.inc" -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/