X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fatan2l.c;h=be3c8fb389edc39c1ab01ccac16da3739b0ca401;hb=ae0f0fe09b7fc9d44d072c3fd08372991d852b1d;hp=d6d5ae4db741376ee0ceae034ff2b28dd138cc5b;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/atan2l.c b/src/math/atan2l.c index d6d5ae4..be3c8fb 100644 --- a/src/math/atan2l.c +++ b/src/math/atan2l.c @@ -6,9 +6,11 @@ static struct ll_l t[] = { #if LDBL_MANT_DIG == 53 #include "ucb/atan2.h" #include "sanity/atan2.h" +#include "special/atan2.h" #elif LDBL_MANT_DIG == 64 #include "sanity/atan2l.h" +#include "special/atan2l.h" #endif };