summaryrefslogtreecommitdiff
path: root/debug_counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug_counter.c')
-rw-r--r--debug_counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_counter.c b/debug_counter.c
index 60cc2c3ac1..d50327aa72 100644
--- a/debug_counter.c
+++ b/debug_counter.c
@@ -9,11 +9,11 @@
**********************************************************************/
#include "debug_counter.h"
-#if USE_DEBUG_COUNTER
#include <stdio.h>
#include <locale.h>
#include "internal.h"
+#if USE_DEBUG_COUNTER
static const char *const debug_counter_names[] = {
""
#define RB_DEBUG_COUNTER(name) #name,