summaryrefslogtreecommitdiff
path: root/load.c
diff options
context:
space:
mode:
Diffstat (limited to 'load.c')
-rw-r--r--load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/load.c b/load.c
index 5036d8bf24..4f1a0c1a78 100644
--- a/load.c
+++ b/load.c
@@ -947,7 +947,7 @@ load_ext(VALUE path)
* <0: not found (LoadError)
* >1: exception
*/
-static int
+int
rb_require_internal(VALUE fname, int safe)
{
volatile int result = -1;