summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index 107ece9ec4..d5670651a4 100644
--- a/debug.h
+++ b/debug.h
@@ -13,7 +13,7 @@
#define RUBY_DEBUG_H
#include "ruby/ruby.h"
-#include "ruby/node.h"
+#include "node.h"
#define dpv(h,v) ruby_debug_print_value(-1, 0, h, v)
#define dp(v) ruby_debug_print_value(-1, 0, "", v)