summaryrefslogtreecommitdiff
path: root/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'env.h')
-rw-r--r--env.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/env.h b/env.h
index b13b5f0683..2076c25608 100644
--- a/env.h
+++ b/env.h
@@ -30,4 +30,6 @@ struct SCOPE {
extern int rb_in_eval;
+extern struct RClass *the_class;
+
#endif /* ENV_H */