X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fatanl.c;h=db6676d31e0f6ab4642afdc62b0a10d77fa69828;hb=1a1bad41337d53922fde2abf8645de006c871965;hp=73d799307e16730a61570e78002c304b24ee3cf5;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/atanl.c b/src/math/atanl.c index 73d7993..db6676d 100644 --- a/src/math/atanl.c +++ b/src/math/atanl.c @@ -7,9 +7,11 @@ static struct l_l t[] = { #include "crlibm/atan.h" #include "ucb/atan.h" #include "sanity/atan.h" +#include "special/atan.h" #elif LDBL_MANT_DIG == 64 #include "sanity/atanl.h" +#include "special/atanl.h" #endif };