X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flog1pf.c;h=96cb6be0d07a8d77518392076805e8dfe7764526;hb=4f18b8f0b3cf4a59aea5258adcdd32ba2a0b6741;hp=fb738f66e17168b54384867f6bfcd8063f992752;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/log1pf.c b/src/math/log1pf.c index fb738f6..96cb6be 100644 --- a/src/math/log1pf.c +++ b/src/math/log1pf.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "sanity/log1pf.h" +#include "special/log1pf.h" };