summaryrefslogtreecommitdiff
path: root/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.h')
-rw-r--r--ruby.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby.h b/ruby.h
index 25c8fc6e7a..2dcf8cba80 100644
--- a/ruby.h
+++ b/ruby.h
@@ -432,6 +432,8 @@ VALUE rb_ensure _((VALUE(*)(),VALUE,VALUE(*)(),VALUE));
VALUE rb_catch _((const char*,VALUE(*)(),VALUE));
void rb_throw _((const char*,VALUE)) NORETURN;
+VALUE rb_require _((const char*));
+
void ruby_init _((void));
void ruby_options _((int, char**));
void ruby_run _((void));