summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/vm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/vm.h b/internal/vm.h
index 3ee958a020..3a99011c44 100644
--- a/internal/vm.h
+++ b/internal/vm.h
@@ -79,7 +79,7 @@ VALUE rb_block_call2(VALUE obj, ID mid, int argc, const VALUE *argv, rb_block_ca
struct vm_ifunc *rb_current_ifunc(void);
VALUE rb_gccct_clear_table(VALUE);
-#if USE_YJIT
+#if USE_YJIT || USE_ZJIT
/* vm_exec.c */
extern uint64_t rb_vm_insns_count;
#endif