X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fpow10l.c;h=478f6a7ccb6be2a8ea517aecc088ed48916a9027;hb=b35e816189efde540e299412172acf6cd987dfdd;hp=3f1abae69ccfe0caa858866b2fe25e7d9f9b7dd5;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/pow10l.c b/src/math/pow10l.c index 3f1abae..478f6a7 100644 --- a/src/math/pow10l.c +++ b/src/math/pow10l.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/pow10.h" +#include "special/exp10.h" #elif LDBL_MANT_DIG == 64 #include "sanity/pow10l.h" +#include "special/exp10l.h" #endif };