X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexpm1f.c;h=f13bc999d42035b8a084ab8ccd98b0b65d365cf0;hb=2113a3ed8217775797dd9a82aa420c10ef1712d5;hp=6f72d47a1171ab43541a4ffb136023e7de677580;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/expm1f.c b/src/math/expm1f.c index 6f72d47..f13bc99 100644 --- a/src/math/expm1f.c +++ b/src/math/expm1f.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "sanity/expm1f.h" +#include "special/expm1f.h" };