summaryrefslogtreecommitdiffstats
path: root/missing
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-20 16:22:03 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-03-20 16:22:03 +0000
commitc339ee6381632202bb86506c529804c8a5881981 (patch)
treed1d62f7fd706e3626e85dd6d9a57e7d3ee58fa26 /missing
parentcb3d17c727c6fa1bca1d39cb63d655112cce6727 (diff)
downloadruby-c339ee6381632202bb86506c529804c8a5881981.tar.gz
ruby-c339ee6381632202bb86506c529804c8a5881981.tar.xz
ruby-c339ee6381632202bb86506c529804c8a5881981.zip
* 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
Diffstat (limited to 'missing')
-rw-r--r--missing/tgamma.c2
1 files changed, 1 insertions, 1 deletions
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 <math.h>
#include <errno.h>
-#include "ruby/config.h"
#ifdef HAVE_LGAMMA_R