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 74115b1d92..e6b7572399 100644
--- a/inits.c
+++ b/inits.c
@@ -87,5 +87,6 @@ rb_call_inits()
Init_VM();
Init_ISeq();
Init_Thread();
+ Init_Cont();
Init_version();
}