From 4b98618fb0d4943bbafe9a65c65773f3e1338216 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 16 Jun 2008 21:25:17 +0000 Subject: * ext/syck/rubyext.c: add encoding header. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/syck/rubyext.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext') diff --git a/ext/syck/rubyext.c b/ext/syck/rubyext.c index fff3cf281..a80e76549 100644 --- a/ext/syck/rubyext.c +++ b/ext/syck/rubyext.c @@ -8,6 +8,7 @@ */ #include "ruby/ruby.h" +#include "ruby/encoding.h" #include "syck.h" #include #include -- cgit