summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/object.c b/object.c
index d6c5e32eb5..aa5e6b73fb 100644
--- a/object.c
+++ b/object.c
@@ -1257,6 +1257,8 @@ rb_class_s_alloc(VALUE klass)
* a.meth2 #=> "bye"
*/
+extern VALUE rb_mod_module_exec(int argc, VALUE *argv, VALUE mod);
+
static VALUE
rb_mod_initialize(VALUE module)
{