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 --- ext/objspace/objspace.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/objspace/objspace.c') diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c index e61eda8ab9..8e8b29f6e9 100644 --- a/ext/objspace/objspace.c +++ b/ext/objspace/objspace.c @@ -30,6 +30,7 @@ #include "node.h" #include "gc.h" #include "regint.h" +#include "internal.h" size_t rb_str_memsize(VALUE); size_t rb_ary_memsize(VALUE); -- cgit v1.2.3