X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fcoshl.c;h=bdb21a647e91dabeb175ba1e87be467352440714;hb=6c9a64c370c3fd92b1cda3ef4246933956575c12;hp=0dc737e2377dac0af935e9b24d44ffc927ea408b;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/coshl.c b/src/math/coshl.c index 0dc737e..bdb21a6 100644 --- a/src/math/coshl.c +++ b/src/math/coshl.c @@ -1,15 +1,17 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/cosh.h" #include "ucb/cosh.h" #include "sanity/cosh.h" +#include "special/cosh.h" #elif LDBL_MANT_DIG == 64 #include "sanity/coshl.h" +#include "special/coshl.h" #endif };