X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fcosh.c;h=d6502145b1e6f655f01eac1097665d24d989e0ab;hb=b35e816189efde540e299412172acf6cd987dfdd;hp=6820d09301031a2f615b3f3b64642e9bc8842b45;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/cosh.c b/src/math/cosh.c index 6820d09..d650214 100644 --- a/src/math/cosh.c +++ b/src/math/cosh.c @@ -1,11 +1,12 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "crlibm/cosh.h" #include "ucb/cosh.h" #include "sanity/cosh.h" +#include "special/cosh.h" };