X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Facosh.c;h=d6a53326b3dfadfc82ee326164fcba95c70a3d2d;hb=cf1c9918305e2c23758f589a23c1f71af4c431ba;hp=c0620d87bc8baaa78c557d40d7acff786c1aab55;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/acosh.c b/src/math/acosh.c index c0620d8..d6a5332 100644 --- a/src/math/acosh.c +++ b/src/math/acosh.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "sanity/acosh.h" +#include "special/acosh.h" };