summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRei Odaira <rodaira@us.ibm.com>2019-12-11 13:31:38 -0600
committerRei Odaira <rodaira@us.ibm.com>2019-12-11 13:33:27 -0600
commit50ae8895f32f5fc620f0a0f288dae62815cb2a6f (patch)
treee088a01aa89bc955c9ab039613518931c35772e9
parent27ac034f196967f54edf00474880886624d30245 (diff)
debug_counter.c: include ruby/config.h before stdio.h
to define _LARGE_FILES
-rw-r--r--debug_counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_counter.c b/debug_counter.c
index d50327aa72..1e395f306b 100644
--- a/debug_counter.c
+++ b/debug_counter.c
@@ -9,9 +9,9 @@
**********************************************************************/
#include "debug_counter.h"
+#include "internal.h"
#include <stdio.h>
#include <locale.h>
-#include "internal.h"
#if USE_DEBUG_COUNTER
static const char *const debug_counter_names[] = {