X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Facosl.c;h=0d5bd39c16d939e2ae3c6bfbf9af5ec47a03751c;hb=50ab48b035c2555e09cc9ac94c74f45b74b234f4;hp=5ac9a79ae343474c33778d3937dcee31a7bae620;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/acosl.c b/src/math/acosl.c index 5ac9a79..0d5bd39 100644 --- a/src/math/acosl.c +++ b/src/math/acosl.c @@ -1,15 +1,17 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/acos.h" #include "ucb/acos.h" #include "sanity/acos.h" +#include "special/acos.h" #elif LDBL_MANT_DIG == 64 #include "sanity/acosl.h" +#include "special/acosl.h" #endif };