X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Facoshf.c;h=a4a99824163c58e616945e7fdf1ee4d5d2ce1b9c;hb=ccec4badb7889063a5911b7ba0fac814b4367cc3;hp=37a29b9b0fc43ee22d5f30f92ee8c7ede1f4fbae;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/acoshf.c b/src/math/acoshf.c index 37a29b9..a4a9982 100644 --- a/src/math/acoshf.c +++ b/src/math/acoshf.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "sanity/acoshf.h" +#include "special/acoshf.h" };