X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Ftanhl.c;h=4288836e39b43493c1ddf67623ddc6f34f5bfa48;hb=978759d6ea01cb406c634912a2e876aa8475955e;hp=af9629b18e7397b4f219151ce5866cafc6d4ae56;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/tanhl.c b/src/math/tanhl.c index af9629b..4288836 100644 --- a/src/math/tanhl.c +++ b/src/math/tanhl.c @@ -1,14 +1,16 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "ucb/tanh.h" #include "sanity/tanh.h" +#include "special/tanh.h" #elif LDBL_MANT_DIG == 64 #include "sanity/tanhl.h" +#include "special/tanhl.h" #endif };