From e9981d6fa4d2089a4a5db8af32640baec3d28900 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 6 Feb 2002 07:30:13 +0000 Subject: * io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly. * io.c (rb_io_each_line): ditto. * io.c (argf_getline): ditto. * process.c: should include to get proper CLK_TCK. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'process.c') diff --git a/process.c b/process.c index 8aea0fbf9..e4b633c8e 100644 --- a/process.c +++ b/process.c @@ -20,6 +20,8 @@ #ifdef HAVE_UNISTD_H #include #endif + +#include #ifndef NT #ifdef HAVE_SYS_TIME_H # include -- cgit