X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flog2.c;h=b61896ae1ea5bd1dea3b21233eea4fd65ac9f28d;hb=c8999dd6b4a06f4963d7d7cfb82a7e30682b76d0;hp=25b8b2ef6a7e115c6f9d5a78393a6a2af0488146;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/log2.c b/src/math/log2.c index 25b8b2e..b61896a 100644 --- a/src/math/log2.c +++ b/src/math/log2.c @@ -1,10 +1,11 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "crlibm/log2.h" #include "sanity/log2.h" +#include "special/log2.h" };