aboutsummaryrefslogtreecommitdiffstats
path: root/tool/compile_prelude.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/compile_prelude.rb')
-rwxr-xr-xtool/compile_prelude.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/tool/compile_prelude.rb b/tool/compile_prelude.rb
index 8ddf44edf1..6ad9fce7da 100755
--- a/tool/compile_prelude.rb
+++ b/tool/compile_prelude.rb
@@ -83,6 +83,7 @@ class Prelude
sources: <%= @preludes.map {|n,*| prelude_base(n)}.join(', ') %>
*/
#include "ruby/ruby.h"
+#include "internal.h"
#include "vm_core.h"
% preludes = @preludes.values.sort
@@ -115,8 +116,6 @@ prelude_prefix_path(VALUE self)
% end
% unless preludes.empty?
-VALUE rb_iseq_compile_with_option(VALUE src, VALUE file, VALUE filepath, VALUE line, VALUE opt);
-
static void
prelude_eval(VALUE code, VALUE name, VALUE line)
{