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