зеркало из https://github.com/github/ruby.git
debug_counter.c: include ruby/config.h before stdio.h
to define _LARGE_FILES
This commit is contained in:
Родитель
27ac034f19
Коммит
50ae8895f3
|
@ -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[] = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче