From d0c2b919ed4b89af01e8a960ef40ef633ad060f3 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 20 Mar 2008 16:22:03 +0000 Subject: * missing/tgamma.c: include config.h before math.h. [ruby-dev:34075] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing/tgamma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing/tgamma.c') diff --git a/missing/tgamma.c b/missing/tgamma.c index 91f83fcb82..5aa5b31c9b 100644 --- a/missing/tgamma.c +++ b/missing/tgamma.c @@ -9,9 +9,9 @@ reference - Haruhiko Okumura: C-gengo niyoru saishin algorithm jiten /*********************************************************** gamma.c -- Gamma function ***********************************************************/ +#include "ruby/config.h" #include #include -#include "ruby/config.h" #ifdef HAVE_LGAMMA_R -- cgit v1.2.3