X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fasinhl.c;h=921bad8455dc95081f466dd9eae691383195e1ee;hb=d5fe2f139f48684f2e0f99a3c95ce63581e24740;hp=8be196eaf68e89d636e44294edb7b9e730c77eb7;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/asinhl.c b/src/math/asinhl.c index 8be196e..921bad8 100644 --- a/src/math/asinhl.c +++ b/src/math/asinhl.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/asinh.h" +#include "special/asinh.h" #elif LDBL_MANT_DIG == 64 #include "sanity/asinhl.h" +#include "special/asinhl.h" #endif };