ruby-changes:59205
From: Rei <ko1@a...>
Date: Thu, 12 Dec 2019 04:51:42 +0900 (JST)
Subject: [ruby-changes:59205] 50ae8895f3 (master): debug_counter.c: include ruby/config.h before stdio.h
https://git.ruby-lang.org/ruby.git/commit/?id=50ae8895f3 From 50ae8895f32f5fc620f0a0f288dae62815cb2a6f Mon Sep 17 00:00:00 2001 From: Rei Odaira <rodaira@u...> Date: Wed, 11 Dec 2019 13:31:38 -0600 Subject: debug_counter.c: include ruby/config.h before stdio.h to define _LARGE_FILES diff --git a/debug_counter.c b/debug_counter.c index d50327a..1e395f3 100644 --- a/debug_counter.c +++ b/debug_counter.c @@ -9,9 +9,9 @@ https://github.com/ruby/ruby/blob/trunk/debug_counter.c#L9 **********************************************************************/ #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[] = { -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/