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 --- variable.c | 1 + 1 file changed, 1 insertion(+) (limited to 'variable.c') diff --git a/variable.c b/variable.c index 3c9fe7175e..426d58f23e 100644 --- a/variable.c +++ b/variable.c @@ -17,6 +17,7 @@ #include "ruby/encoding.h" #include "node.h" #include "constant.h" +#include "internal.h" void rb_vm_change_state(void); void rb_vm_inc_const_missing_count(void); -- cgit v1.2.3