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

include ruby/ruby.h before ruby.io.h

It breaks AIX build:
https://rubyci.org/logs/rubyci.s3.amazonaws.com/aix71_ppc/ruby-trunk/log/20180117T113303Z.log.html.gz

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2018-01-17 18:08:58 +00:00
parent b87958ca0b
commit 900bf7682e

View file

@ -13,6 +13,7 @@
# error too old GCC
#endif
#include "ruby/ruby.h"
#include "ruby/io.h"
#include "internal.h"
#include "ruby/st.h"