X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Facos.c;h=42c036e4d5f506fd490f458cbf5b9fc6f528aead;hb=ff1a08c16ea49fa2bd3260a3b327b5dcaa5d13a6;hp=09c1dd2dd8941bd5d207e3450ec0c122b0d2a02f;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/acos.c b/src/math/acos.c index 09c1dd2..42c036e 100644 --- a/src/math/acos.c +++ b/src/math/acos.c @@ -1,11 +1,12 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "crlibm/acos.h" #include "ucb/acos.h" #include "sanity/acos.h" +#include "special/acos.h" };