X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fpow.c;h=341582f390684db906a015352060cf8e7bc7640c;hb=fd13cb9d081d7cc2355fc34805377e88399a7534;hp=f705f17c900b6c66d2b56c1d103a6d5abdcf4a0b;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/pow.c b/src/math/pow.c index f705f17..341582f 100644 --- a/src/math/pow.c +++ b/src/math/pow.c @@ -1,11 +1,12 @@ #include #include -#include "util.h" +#include "mtest.h" static struct dd_d t[] = { #include "crlibm/pow.h" #include "ucb/pow.h" #include "sanity/pow.h" +#include "special/pow.h" };