mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
#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:
parent
3ed3621060
commit
09125ff3d0
2 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
#include "ruby.h"
|
||||
#include "rubyio.h"
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#include FIONREAD_HEADER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue