X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexp10f.c;h=09cafb101b1a74f869efa41b243c33470ec68bcf;hb=7b5ccd5b5297e4a0e413a1517699fbfb5bb575be;hp=1ad776e6ca787563de8fe7fa094b054dfc7ca687;hpb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;p=libc-test diff --git a/src/math/exp10f.c b/src/math/exp10f.c index 1ad776e..09cafb1 100644 --- a/src/math/exp10f.c +++ b/src/math/exp10f.c @@ -1,6 +1,7 @@ +#define _GNU_SOURCE 1 #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "sanity/exp10f.h"