From 52f5f410e4ce1614793328d38d55f84f66371e6e Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 18 May 2011 13:41:54 +0000 Subject: * internal.h: add for internal use only. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- struct.c | 1 + 1 file changed, 1 insertion(+) (limited to 'struct.c') diff --git a/struct.c b/struct.c index 5572a92135..136ba0acee 100644 --- a/struct.c +++ b/struct.c @@ -10,6 +10,7 @@ **********************************************************************/ #include "ruby/ruby.h" +#include "internal.h" VALUE rb_cStruct; static ID id_members; -- cgit v1.2.3