diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/io/wait/wait.c | 1 |
2 files changed, 0 insertions, 6 deletions
@@ -11,11 +11,6 @@ Sat Nov 1 18:21:09 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> ossl_x509extfactory_set_subject_req, ossl_x509extfactory_set_config): use underlying C struct without duplication not to leak momory. -Sat Nov 1 18:11:18 2003 Akinori MUSHA <knu@iDaemons.org> - - * ext/io/wait/wait.c: #include <sys/time.h> is needed for struct - timeval. - Sat Nov 1 01:49:03 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org> * lib/soap/mapping/factory.rb: mark marshalled basetype objects when diff --git a/ext/io/wait/wait.c b/ext/io/wait/wait.c index 417841a8a1..53d5bd7d18 100644 --- a/ext/io/wait/wait.c +++ b/ext/io/wait/wait.c @@ -14,7 +14,6 @@ #include "ruby.h" #include "rubyio.h" -#include <sys/time.h> #include <sys/types.h> #include FIONREAD_HEADER |