X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexp10l.c;h=a6104326790318c0bf958741e67f0f63a28a7c2d;hb=5470d80bb36173c5cb5a314362ef9be9378aab4e;hp=3651a6d47de325ba894a6fb7ae731400d2216e08;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/exp10l.c b/src/math/exp10l.c index 3651a6d..a610432 100644 --- a/src/math/exp10l.c +++ b/src/math/exp10l.c @@ -1,13 +1,16 @@ +#define _GNU_SOURCE 1 #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/exp10.h" +#include "special/exp10.h" #elif LDBL_MANT_DIG == 64 #include "sanity/exp10l.h" +#include "special/exp10l.h" #endif };