diff options
author | Alan Wu <[email protected]> | 2021-02-17 13:17:52 -0500 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:29 -0400 |
commit | 03af6ad9951bf5fa28583068a566493c970603ea (patch) | |
tree | 448565f2f6dc7f2686bb9c08fbd06a96f9a28f71 /iseq.c | |
parent | 1e573775bf190188c42e61da01314f8fc5481c7b (diff) |
Should fix builds without mjit support
Diffstat (limited to 'iseq.c')
-rw-r--r-- | iseq.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ #include "ruby/util.h" #include "vm_core.h" #include "vm_callinfo.h" +#include "ujit.h" #include "builtin.h" #include "insns.inc" |