From 4e7b566f02ebf8a99e9af1d27c7c27e1886f78fa Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 21 Apr 2008 01:07:00 +0000 Subject: * time.c: should include to refer errno. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16116 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 ba4c69ef0..a84c6f3d9 100644 --- a/time.c +++ b/time.c @@ -12,6 +12,7 @@ #include "ruby/ruby.h" #include #include +#include #include "ruby/encoding.h" #ifdef HAVE_UNISTD_H -- cgit