summaryrefslogtreecommitdiffhomepage
path: root/src/ruby/nxt_ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/nxt_ruby.h')
-rw-r--r--src/ruby/nxt_ruby.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ruby/nxt_ruby.h b/src/ruby/nxt_ruby.h
index 26430021..3bdd567a 100644
--- a/src/ruby/nxt_ruby.h
+++ b/src/ruby/nxt_ruby.h
@@ -22,6 +22,7 @@
typedef struct {
VALUE env;
+ VALUE script;
VALUE io_input;
VALUE io_error;
VALUE thread;