summaryrefslogtreecommitdiff
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
commit900bf7682e971175c6748f0d90d7b45ce942a810 (patch)
tree6fe1504e1a0cb7b517532b338a00641a25f46387 /marshal.c
parentb87958ca0bba31d5ea92c2274be3baaa5c9da3d4 (diff)
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"