X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fasin.c;h=f515e5480fc5c579c6a15eb0e5f14f4bbe88ff25;hb=6c9a64c370c3fd92b1cda3ef4246933956575c12;hp=64d950cd2d60947d79d4ea734e145ff7ce438866;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/asin.c b/src/math/asin.c index 64d950c..f515e54 100644 --- a/src/math/asin.c +++ b/src/math/asin.c @@ -1,11 +1,12 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "crlibm/asin.h" #include "ucb/asin.h" #include "sanity/asin.h" +#include "special/asin.h" };