From 61d5939c236e0d6fc7049d844a46c5e17765bc5c Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 5 Jul 2018 12:22:30 +0000 Subject: Add missing prototype git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/time/leap_second.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/-test-/time') diff --git a/ext/-test-/time/leap_second.c b/ext/-test-/time/leap_second.c index f24fcb670c..ba52d8258e 100644 --- a/ext/-test-/time/leap_second.c +++ b/ext/-test-/time/leap_second.c @@ -1,5 +1,6 @@ #include "ruby.h" +void reset_leap_second_info(); static VALUE bug_time_s_reset_leap_second_info(VALUE klass) { -- cgit v1.2.3