From 00e35b4f19e4ec1f7d1d3f8bd49573054669f32e Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 1 Jul 2005 06:52:37 +0000 Subject: * missing/erf.c: need to include some headers for some platforms. * win32/win32.c (copysign, scalb): define for compatibility with other platforms. [ruby-dev:26430] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- missing/erf.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'missing') diff --git a/missing/erf.c b/missing/erf.c index 94a40c552a..c0ab65f881 100644 --- a/missing/erf.c +++ b/missing/erf.c @@ -31,6 +31,10 @@ static char sccsid[] = "@(#)erf.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint */ +#include +#include "config.h" +#include "defines.h" + #if defined(vax)||defined(tahoe) /* Deal with different ways to concatenate in cpp */ -- cgit v1.2.3