#include <sys/time.h> is needed for struct timeval.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2003-11-01 09:13:10 +00:00
Родитель 3ed3621060
Коммит 09125ff3d0
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
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

Просмотреть файл

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