summaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index 1bcd095901..3ec7da4c05 100644
--- a/debug.c
+++ b/debug.c
@@ -13,12 +13,14 @@
#include "ruby/encoding.h"
#include "ruby/util.h"
#include "debug.h"
+#include "eval_intern.h"
#include "vm_core.h"
/* for gdb */
static const union {
enum ruby_special_consts special_consts;
enum ruby_value_type value_type;
+ enum ruby_tag_type tag_type;
enum node_type node_type;
enum {
RUBY_ENCODING_INLINE_MAX = ENCODING_INLINE_MAX,