X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fpowf.c;h=9709ec26184effac74633b3c3f67b41ea1fe2b51;hb=2113a3ed8217775797dd9a82aa420c10ef1712d5;hp=f11c26020fea1a59ea5baa94513729a04dee70bc;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/powf.c b/src/math/powf.c index f11c260..9709ec2 100644 --- a/src/math/powf.c +++ b/src/math/powf.c @@ -1,10 +1,11 @@ #include #include -#include "util.h" +#include "mtest.h" static struct ff_f t[] = { #include "ucb/powf.h" #include "sanity/powf.h" +#include "special/powf.h" };