aboutsummaryrefslogtreecommitdiffstats
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 e8c6924384..9ff2c57631 100644
--- a/time.c
+++ b/time.c
@@ -21,6 +21,7 @@
#include <math.h>
VALUE rb_cTime;
+static VALUE time_utc_offset _((VALUE));
struct time_object {
struct timeval tv;