debug_counter.c: include ruby/config.h before stdio.h
to define _LARGE_FILES
This commit is contained in:
parent
27ac034f19
commit
50ae8895f3
@ -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…
x
Reference in New Issue
Block a user