X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexp10f.c;h=09cafb101b1a74f869efa41b243c33470ec68bcf;hb=b35e816189efde540e299412172acf6cd987dfdd;hp=3ed22323a49778116c94c7d998a69c160efc1e96;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/exp10f.c b/src/math/exp10f.c index 3ed2232..09cafb1 100644 --- a/src/math/exp10f.c +++ b/src/math/exp10f.c @@ -1,9 +1,11 @@ +#define _GNU_SOURCE 1 #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "sanity/exp10f.h" +#include "special/exp10f.h" };