From 4837d6d5b5a84fbf4f52a2c96defd06876fb3138 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 8 Jul 2011 02:08:29 +0000 Subject: * ext/-test-/string/enc_associate.c: needs ruby/encoding.h for rb_to_encoding(). fixed #4993. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/string/enc_associate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/-test-/string') diff --git a/ext/-test-/string/enc_associate.c b/ext/-test-/string/enc_associate.c index 2ecc9c0227..d6614fb298 100644 --- a/ext/-test-/string/enc_associate.c +++ b/ext/-test-/string/enc_associate.c @@ -1,4 +1,5 @@ #include "ruby.h" +#include "ruby/encoding.h" VALUE bug_str_enc_associate(VALUE str, VALUE enc) -- cgit v1.2.3