diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-18 13:41:54 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-18 13:41:54 +0000 |
commit | 52f5f410e4ce1614793328d38d55f84f66371e6e (patch) | |
tree | 3b010757fccaa8b5f9a40754b9d586c953f1d506 /proc.c | |
parent | 2082417a48d56295796e2bbfc2001ecf5008a88a (diff) | |
download | ruby-52f5f410e4ce1614793328d38d55f84f66371e6e.tar.gz |
* internal.h: add for internal use only.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'proc.c')
-rw-r--r-- | proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ **********************************************************************/ #include "eval_intern.h" +#include "internal.h" #include "gc.h" struct METHOD { |