X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fsinl.c;h=bd1d78f96b62b42f8d7f09fb5bba065c8f482b8a;hb=cda5e0484c98223a552580e79af378a6e6e83305;hp=399baf6a220bf92e043827319708f2e5ac8988ae;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/sinl.c b/src/math/sinl.c index 399baf6..bd1d78f 100644 --- a/src/math/sinl.c +++ b/src/math/sinl.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/sin.h" #include "ucb/sin.h" #include "sanity/sin.h" +#include "special/sin.h" #elif LDBL_MANT_DIG == 64 #include "sanity/sinl.h" +#include "special/sinl.h" #endif };