X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flog1p.c;h=1200bd6917eb532fa3de5a09c799ecb4a31e30e1;hb=629dbf8282882b7c512fd317d18b19044ca628ea;hp=0f963390104dcc1da516b69a84bad01aab8fbeb6;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/log1p.c b/src/math/log1p.c index 0f96339..1200bd6 100644 --- a/src/math/log1p.c +++ b/src/math/log1p.c @@ -1,10 +1,11 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "crlibm/log1p.h" #include "sanity/log1p.h" +#include "special/log1p.h" };