summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/time.c b/time.c
index 9492efafb3..fa337989d7 100644
--- a/time.c
+++ b/time.c
@@ -139,6 +139,7 @@ time_overflow_p(secp, usecp)
*usecp = usec;
}
+static VALUE time_new_internal _((VALUE, time_t, time_t));
static VALUE
time_new_internal(klass, sec, usec)
VALUE klass;