X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flog.c;h=ffa8e7a3362d1ced1ba3d220ea8e3f6e92ca373c;hb=e46cff2afb47cd99dbdfad31f411c3f7c23ac3f5;hp=5e5d5c482e34505cca85d2b4608a39bb744b2f52;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/log.c b/src/math/log.c index 5e5d5c4..ffa8e7a 100644 --- a/src/math/log.c +++ b/src/math/log.c @@ -1,11 +1,12 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "crlibm/log.h" #include "ucb/log.h" #include "sanity/log.h" +#include "special/log.h" };