X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexp10.c;h=2dd7966655a37bb766f117870a5ca2f0bdcceeb6;hb=1a68cdaedf8e9d379dc742f8a9c6198c0cb99dc5;hp=49cc61a3b99df59f64c4c323bc24c4af3e9c2bdb;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/exp10.c b/src/math/exp10.c index 49cc61a..2dd7966 100644 --- a/src/math/exp10.c +++ b/src/math/exp10.c @@ -1,9 +1,11 @@ +#define _GNU_SOURCE 1 #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "sanity/exp10.h" +#include "special/exp10.h" };