X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Facoshl.c;h=1e6f7f22f4e66aea774d3188e02e5c29fb276c8f;hb=a2e22ac14e13af5677a12bcf3c9583447615a4ff;hp=d4146ee654af1411bc18e3781ec434d38ed711f3;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/acoshl.c b/src/math/acoshl.c index d4146ee..1e6f7f2 100644 --- a/src/math/acoshl.c +++ b/src/math/acoshl.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/acosh.h" +#include "special/acosh.h" #elif LDBL_MANT_DIG == 64 #include "sanity/acoshl.h" +#include "special/acoshl.h" #endif };