X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fatanhl.c;h=4d7cdea1def974cea24363baea34bbeca8664778;hb=978759d6ea01cb406c634912a2e876aa8475955e;hp=4d986da35de6c03d63099108862d91798f814945;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/atanhl.c b/src/math/atanhl.c index 4d986da..4d7cdea 100644 --- a/src/math/atanhl.c +++ b/src/math/atanhl.c @@ -1,13 +1,15 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/atanh.h" +#include "special/atanh.h" #elif LDBL_MANT_DIG == 64 #include "sanity/atanhl.h" +#include "special/atanhl.h" #endif };