X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fasinhl.c;h=e0fcddc2d1bb3a71f4318400890e88e73427d8a4;hb=b3580f11bf7b91afd597e6224c2f265d6d0b087f;hp=8be196eaf68e89d636e44294edb7b9e730c77eb7;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/asinhl.c b/src/math/asinhl.c index 8be196e..e0fcddc 100644 --- a/src/math/asinhl.c +++ b/src/math/asinhl.c @@ -5,9 +5,11 @@ 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 };