8000 include ruby/ruby.h before ruby.io.h · github/ruby@47d9ee3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 47d9ee3

Browse files
committed
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
1 parent 9c71131 commit 47d9ee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

marshal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# error too old GCC
1414
#endif
1515

16+
#include "ruby/ruby.h"
1617
#include "ruby/io.h"
1718
#include "internal.h"
1819
#include "ruby/st.h"

0 commit comments

Comments
 (0)
0