From be36a1b138a311cb4356e5ad64641eb9598c4dcc Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 6 Mar 2008 05:06:30 +0000 Subject: * include/ruby/missing.h (cbrt): add declaration. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/missing.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ruby') diff --git a/include/ruby/missing.h b/include/ruby/missing.h index cfa430d5d5..0384b995e3 100644 --- a/include/ruby/missing.h +++ b/include/ruby/missing.h @@ -87,6 +87,10 @@ extern double tgamma(double); extern double lgamma_r(double, int *); #endif +#ifndef HAVE_CBRT +extern double cbrt(double); +#endif + #ifndef isinf # ifndef HAVE_ISINF # if defined(HAVE_FINITE) && defined(HAVE_ISNAN) -- cgit v1.2.3