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