summaryrefslogtreecommitdiff
path: root/inits.c
diff options
context:
space:
mode:
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inits.c b/inits.c
index 4da033b1bb..f730903b5e 100644
--- a/inits.c
+++ b/inits.c
@@ -19,6 +19,7 @@ rb_call_inits(void)
#if USE_TRANSIENT_HEAP
CALL(TransientHeap);
#endif
+ CALL(vm_postponed_job);
CALL(Method);
CALL(RandomSeedCore);
CALL(sym);