ruby-changes:20395
From: nobu <ko1@a...>
Date: Fri, 8 Jul 2011 11:08:40 +0900 (JST)
Subject: [ruby-changes:20395] nobu:r32443 (trunk): * ext/-test-/string/enc_associate.c: needs ruby/encoding.h for
nobu 2011-07-08 11:08:29 +0900 (Fri, 08 Jul 2011) New Revision: 32443 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32443 Log: * ext/-test-/string/enc_associate.c: needs ruby/encoding.h for rb_to_encoding(). fixed #4993. Modified files: trunk/ext/-test-/string/enc_associate.c Index: ext/-test-/string/enc_associate.c =================================================================== --- ext/-test-/string/enc_associate.c (revision 32442) +++ ext/-test-/string/enc_associate.c (revision 32443) @@ -1,4 +1,5 @@ #include "ruby.h" +#include "ruby/encoding.h" VALUE bug_str_enc_associate(VALUE str, VALUE enc) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/