mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
debug_counter.c: include ruby/config.h before stdio.h
to define _LARGE_FILES
This commit is contained in:
parent
27ac034f19
commit
50ae8895f3
1 changed files with 1 additions and 1 deletions
|
@ -9,9 +9,9 @@
|
||||||
**********************************************************************/
|
**********************************************************************/
|
||||||
|
|
||||||
#include "debug_counter.h"
|
#include "debug_counter.h"
|
||||||
|
#include "internal.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include "internal.h"
|
|
||||||
|
|
||||||
#if USE_DEBUG_COUNTER
|
#if USE_DEBUG_COUNTER
|
||||||
static const char *const debug_counter_names[] = {
|
static const char *const debug_counter_names[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue