From: Yutaka Kanemoto Date: 2012-07-25T16:23:22+09:00 Subject: [ruby-core:46752] Re: [ruby-trunk - Bug #6791][Open] ext/js on/generator/generator.c fails to compile on nightly build (AIX 6.1) Hi Perry, Does this resolve this issue in your env? diff --git a/ext/json/fbuffer/fbuffer.h b/ext/json/fbuffer/fbuffer.h index f7c2b03..0c53296 100644 --- a/ext/json/fbuffer/fbuffer.h +++ b/ext/json/fbuffer/fbuffer.h @@ -2,8 +2,8 @@ #ifndef _FBUFFER_H_ #define _FBUFFER_H_ -#include #include "ruby.h" +#include #ifdef HAVE_RUBY_ENCODING_H #include "ruby/encoding.h" -- Yutaka KANEMOTO http://d.hatena.ne.jp/kinpoco/