X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fsinhl.c;h=8ea0380bcbf78e22d5e4f026e7bb5f185b7681fb;hb=978759d6ea01cb406c634912a2e876aa8475955e;hp=654292d5d931f77d68c4105c0a0f9e76d29202fd;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/sinhl.c b/src/math/sinhl.c index 654292d..8ea0380 100644 --- a/src/math/sinhl.c +++ b/src/math/sinhl.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/sinh.h" #include "ucb/sinh.h" #include "sanity/sinh.h" +#include "special/sinh.h" #elif LDBL_MANT_DIG == 64 #include "sanity/sinhl.h" +#include "special/sinhl.h" #endif };