1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

#include <sys/time.h> wasn't actually needed for ruby 1.8 as missing.h

takes care of it.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2003-11-01 11:24:40 +00:00
parent fc133b8997
commit 92160dc6d0
2 changed files with 0 additions and 6 deletions

View file

@ -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

View file

@ -14,7 +14,6 @@
#include "ruby.h"
#include "rubyio.h"
#include <sys/time.h>
#include <sys/types.h>
#include FIONREAD_HEADER