From 2639eaebfc6e6be15b1b6cd024d4fc5a63e72679 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 23 Oct 2016 02:41:43 +0000 Subject: encoding.h: include ruby/ruby.h * include/ruby/encoding.h: include "ruby/ruby.h" explicitly for enum ruby_fl_type and VALUE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/encoding.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ruby/encoding.h') diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index 5b3ef484f5..e6ceb19cdf 100644 --- a/include/ruby/encoding.h +++ b/include/ruby/encoding.h @@ -20,6 +20,7 @@ extern "C" { #endif #include +#include "ruby/ruby.h" #include "ruby/oniguruma.h" RUBY_SYMBOL_EXPORT_BEGIN -- cgit v1.2.3