summaryrefslogtreecommitdiff
path: root/debug_counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug_counter.h')
-rw-r--r--debug_counter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_counter.h b/debug_counter.h
index f0f4e5ed0b..2acee4b609 100644
--- a/debug_counter.h
+++ b/debug_counter.h
@@ -77,7 +77,7 @@ RB_DEBUG_COUNTER(load_path_is_not_realpath)
enum rb_debug_counter_type {
#define RB_DEBUG_COUNTER(name) RB_DEBUG_COUNTER_##name,
-#include "debug_counter.h"
+#include __FILE__
RB_DEBUG_COUNTER_MAX
#undef RB_DEBUG_COUNTER
};