From 3b2a54a9c3941f7f7575574c5ee63625fd64e086 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 15 Sep 2015 05:49:20 +0000 Subject: encindex.h: ENCINDEX * encindex.h: separate encoding index constants from internal.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- marshal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'marshal.c') diff --git a/marshal.c b/marshal.c index 24453c1d2d..997a7201f2 100644 --- a/marshal.c +++ b/marshal.c @@ -17,6 +17,7 @@ #include "ruby/io.h" #include "ruby/st.h" #include "ruby/util.h" +#include "encindex.h" #include "id_table.h" #include -- cgit v1.2.3