X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexpm1l.c;h=c365d9fc80c5c9db7202cd38ffe63ee44db86919;hb=e81f47f6663602eaae2911c62d2b28298815c72f;hp=795054275817a4565d9b0d06eec0e0b8c0d1b2f0;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/expm1l.c b/src/math/expm1l.c index 7950542..c365d9f 100644 --- a/src/math/expm1l.c +++ b/src/math/expm1l.c @@ -1,14 +1,16 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/expm1.h" #include "sanity/expm1.h" +#include "special/expm1.h" #elif LDBL_MANT_DIG == 64 #include "sanity/expm1l.h" +#include "special/expm1l.h" #endif };