X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fpow10f.c;h=07cd3c3bcfbbaa939d709381fe3e9d2113e6ec2a;hb=9f72a5b491a7dc707fcf2e3dee1f8cd53e19ec9a;hp=efb32078f41848d6c8ed927e76f5032c6a33b58e;hpb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;p=libc-test diff --git a/src/math/pow10f.c b/src/math/pow10f.c index efb3207..07cd3c3 100644 --- a/src/math/pow10f.c +++ b/src/math/pow10f.c @@ -1,6 +1,7 @@ +#define _GNU_SOURCE 1 #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "sanity/pow10f.h"