X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flog10f.c;h=d2ece3c172e485158a87ed37d4897b690fe8d41e;hb=90e3119b8aa8c34e0d44131ea29e090116645837;hp=90689f523ecdeca06e3d46de7fc3949d6db4045f;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/log10f.c b/src/math/log10f.c index 90689f5..d2ece3c 100644 --- a/src/math/log10f.c +++ b/src/math/log10f.c @@ -1,10 +1,11 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "ucb/log10f.h" #include "sanity/log10f.h" +#include "special/log10f.h" };