X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flogl.c;h=5f96d546633e24d9b07582a99b1b129d025e2bf4;hb=32fca61b208425e16262e4d007dabad44bcd872b;hp=c9c27be3d505aca9cdb2c920ccc4afda289b7288;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/logl.c b/src/math/logl.c index c9c27be..5f96d54 100644 --- a/src/math/logl.c +++ b/src/math/logl.c @@ -1,15 +1,17 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "crlibm/log.h" #include "ucb/log.h" #include "sanity/log.h" +#include "special/log.h" #elif LDBL_MANT_DIG == 64 #include "sanity/logl.h" +#include "special/logl.h" #endif };