summaryrefslogtreecommitdiff
path: root/inits.c
diff options
context:
space:
mode:
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/inits.c b/inits.c
index e53c6374d8..e6e1495562 100644
--- a/inits.c
+++ b/inits.c
@@ -6,7 +6,7 @@
$Date: 1995/01/10 10:42:38 $
created at: Tue Dec 28 16:01:58 JST 1993
- Copyright (C) 1995 Yukihiro Matsumoto
+ Copyright (C) 1993-1995 Yukihiro Matsumoto
************************************************/
@@ -35,6 +35,7 @@ rb_call_inits()
Init_Dir();
Init_Time();
Init_Random();
+ Init_signal();
Init_process();
Init_Etc();
Init_load();