X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flog1pl.c;h=0b598b7621c96bd9c57f6c0331165761a4096a7b;hb=9dd2aab201c1e36853c7501d40ae22dbe37c87c3;hp=07b0afa9cac3d8e9200021c6a17ca00ac7513e27;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/log1pl.c b/src/math/log1pl.c index 07b0afa..0b598b7 100644 --- a/src/math/log1pl.c +++ b/src/math/log1pl.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/log1p.h" #include "sanity/log1p.h" +#include "special/log1p.h" #elif LDBL_MANT_DIG == 64 #include "sanity/log1pl.h" +#include "special/log1pl.h" #endif };