X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Filogbf.c;h=d57687889bff5ccf1241b4445969654562256f45;hb=d6b6cb500eddf4165e8f1876a0ecd99d9fbc0e44;hp=b5e54395f81a50979b3c00c9ffecdfb267fc76fd;hpb=125fb69ba64c0064de25eb1a23217b00aa393051;p=libc-test diff --git a/src/math/ilogbf.c b/src/math/ilogbf.c index b5e5439..d576878 100644 --- a/src/math/ilogbf.c +++ b/src/math/ilogbf.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_i t[] = { #include "sanity/ilogbf.h" +#include "special/ilogbf.h" };