X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fcosl.c;h=8c1a3898ab8cf0f0d70746ec9145ec1feddd7c8b;hb=007ed0d41e3c6ff01cef245e9b35d62d2da87a6d;hp=cb11ddc54c4c1f616c8c507a6e37ad746f6085f7;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/cosl.c b/src/math/cosl.c index cb11ddc..8c1a389 100644 --- a/src/math/cosl.c +++ b/src/math/cosl.c @@ -1,15 +1,17 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/cos.h" #include "ucb/cos.h" #include "sanity/cos.h" +#include "special/cos.h" #elif LDBL_MANT_DIG == 64 #include "sanity/cosl.h" +#include "special/cosl.h" #endif };