X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ftanl.c;h=f8b3f60f9df9c7e7c7b0cb4a96d91b542e7dc1f2;hb=c58b8e7cb29f954791ffd5bc2d97ddb4d4202d0c;hp=c4980ab3f0b142974dc551fb1807d9eb42ad8710;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/tanl.c b/src/math/tanl.c index c4980ab..f8b3f60 100644 --- a/src/math/tanl.c +++ b/src/math/tanl.c @@ -7,9 +7,11 @@ static struct l_l t[] = { #include "crlibm/tan.h" #include "ucb/tan.h" #include "sanity/tan.h" +#include "special/tan.h" #elif LDBL_MANT_DIG == 64 #include "sanity/tanl.h" +#include "special/tanl.h" #endif };