X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexpf.c;h=e8f3f25a0a6a7614129e12f898b74295a1692f99;hb=baa9bfe1879e3f1e717b8e1e11e9412ac9f91424;hp=87d8c5c9067b30c029ea9441de89b6767489124b;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/expf.c b/src/math/expf.c index 87d8c5c..e8f3f25 100644 --- a/src/math/expf.c +++ b/src/math/expf.c @@ -1,10 +1,11 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "ucb/expf.h" #include "sanity/expf.h" +#include "special/expf.h" };