From 8b34cac8748067dbebc99f1b8450c5de91661db5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 31 Oct 2010 04:36:02 +0100 Subject: libm: fix tgamma to actually do return true gamma function Signed-off-by: Denys Vlasenko --- test/math/signgam.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/math/signgam.c') diff --git a/test/math/signgam.c b/test/math/signgam.c index d79d6afb2..2f1adbaad 100644 --- a/test/math/signgam.c +++ b/test/math/signgam.c @@ -1,5 +1,6 @@ #define _XOPEN_SOURCE 600 #include +#include #include double zero = 0.0; -- cgit v1.2.3