diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-21 01:17:41 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-21 01:17:41 +0000 |
| commit | e412278fdc6dbc8de9521a5bfe4c0f4136e102d5 (patch) | |
| tree | a546adbbc6d60741c4edb0b0e52d067d54c8e0a7 /time.c | |
| parent | 71acab0ac811c28eb829639cf0b2f4f780caaa82 (diff) | |
* time.c: should include <errno.h> to refer errno.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'time.c')
| -rw-r--r-- | time.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ #include "ruby.h" #include <sys/types.h> #include <time.h> +#include <errno.h> #ifdef HAVE_UNISTD_H #include <unistd.h> |
