X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=inline;f=src%2Fmath%2Facoshl.c;h=0da053826a1e500854d67edc5c44c27d719bebab;hb=c886bb85233e642ca37731de72ad3e1f2f18a2f3;hp=d4146ee654af1411bc18e3781ec434d38ed711f3;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/acoshl.c b/src/math/acoshl.c index d4146ee..0da0538 100644 --- a/src/math/acoshl.c +++ b/src/math/acoshl.c @@ -5,9 +5,11 @@ 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 };