debug_counter.c: include ruby/config.h before stdio.h

to define _LARGE_FILES
This commit is contained in:
Rei Odaira 2019-12-11 13:31:38 -06:00
Родитель 27ac034f19
Коммит 50ae8895f3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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[] = {