aboutsummaryrefslogtreecommitdiffstats
path: root/marshal.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-17 18:08:58 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-17 18:08:58 +0000
commitaffebbfea3f2b5040c14f21d57759c27b67b9ff4 (patch)
tree6fe1504e1a0cb7b517532b338a00641a25f46387 /marshal.c
parent715e28f3a2d15f970ff8cb2470a2acafb8125e44 (diff)
downloadruby-affebbfea3f2b5040c14f21d57759c27b67b9ff4.tar.gz
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
Diffstat (limited to 'marshal.c')
-rw-r--r--marshal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/marshal.c b/marshal.c
index 389005eb22..5acc018ddc 100644
--- a/marshal.c
+++ b/marshal.c
@@ -13,6 +13,7 @@
# error too old GCC
#endif
+#include "ruby/ruby.h"
#include "ruby/io.h"
#include "internal.h"
#include "ruby/st.h"