From a78b09b110ed3d4a3e3f9488f52512439a00746f Mon Sep 17 00:00:00 2001 From: eban Date: Thu, 27 Jul 2006 09:14:38 +0000 Subject: * time.c: need to declare time_utc_offset. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- time.c | 1 + 1 file changed, 1 insertion(+) (limited to 'time.c') diff --git a/time.c b/time.c index e8c6924384..9ff2c57631 100644 --- a/time.c +++ b/time.c @@ -21,6 +21,7 @@ #include VALUE rb_cTime; +static VALUE time_utc_offset _((VALUE)); struct time_object { struct timeval tv; -- cgit v1.2.3