summaryrefslogtreecommitdiff
path: root/marshal.c
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-09 12:35:12 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-09 12:35:12 +0000
commit51edb3004256698d91ab0ed685d705c9bb23bc22 (patch)
tree4062572dc32c3cb0d2e256a8ac1ed3792b0f9620 /marshal.c
parent9c2c2f77ba4b346e99f00862ac6340ff1a33a82c (diff)
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
Diffstat (limited to 'marshal.c')
-rw-r--r--marshal.c2
1 files changed, 1 insertions, 1 deletions
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"