X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fatanh.c;h=3b49325f41f1f0f3f9b9419c0d08b7fd93c10b68;hb=d05da15802af606664c6879a7463bae1c7d62223;hp=ec41ac57e6825ab0041c0c6fae00662bab5682ad;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/atanh.c b/src/math/atanh.c index ec41ac5..3b49325 100644 --- a/src/math/atanh.c +++ b/src/math/atanh.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "sanity/atanh.h" +#include "special/atanh.h" };