From 51edb3004256698d91ab0ed685d705c9bb23bc22 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 9 Jan 2018 12:35:12 +0000 Subject: Include ruby/{io,encoding}.h before internal.h because of r61712 and r61713 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- marshal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'marshal.c') diff --git a/marshal.c b/marshal.c index 1593ca2930..389005eb22 100644 --- a/marshal.c +++ b/marshal.c @@ -13,8 +13,8 @@ # error too old GCC #endif -#include "internal.h" #include "ruby/io.h" +#include "internal.h" #include "ruby/st.h" #include "ruby/util.h" #include "encindex.h" -- cgit v1.2.3