summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-30 21:08:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-30 21:08:36 +0000
commit77ff241fa0bc5f9db2606486f486a3de39f70718 (patch)
tree50223374887fd93610a093aa009138bc2370becb /thread.c
parentf2e1bfb89762fe4f98d0467299ec046cf75fb51d (diff)
timev.h: move time_t stuffs
* timev.h (TYPEOF_TIMEVAL_TV_SEC, unsigned_time_t): move from time.c. * thread.c: use definitions in timev.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread.c b/thread.c
index 3f6ec5a8d6..09c3b1d124 100644
--- a/thread.c
+++ b/thread.c
@@ -60,6 +60,7 @@
#include "eval_intern.h"
#include "gc.h"
#include "internal.h"
+#include "timev.h"
#include "ruby/io.h"
#include "ruby/thread.h"