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