From c339ee6381632202bb86506c529804c8a5881981 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: http://svn.ruby-lang.org/repos/ruby/trunk@15814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing/tgamma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'missing') diff --git a/missing/tgamma.c b/missing/tgamma.c index 91f83fcb8..5aa5b31c9 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