X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flog10.c;h=94bd9522d8b688ebbf3ffcbb9ccb2d98fb0897b1;hb=1421f13d69c511693e685e6e406de523610223fd;hp=91558cd8a9ecf2d7d948984bd17d5811f01d5db0;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/log10.c b/src/math/log10.c index 91558cd..94bd952 100644 --- a/src/math/log10.c +++ b/src/math/log10.c @@ -1,11 +1,12 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "crlibm/log10.h" #include "ucb/log10.h" #include "sanity/log10.h" +#include "special/log10.h" };