X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=inline;f=src%2Fmath%2Fexp2l.c;h=256f7a47bb10c11b7bc6f156ff445e863b77478e;hb=088f2d9c1940e9bf1828cc1c899b4c63a41be768;hp=72d6ead9f5e4d4d19081639249f4079f50bbcc29;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/exp2l.c b/src/math/exp2l.c index 72d6ead..256f7a4 100644 --- a/src/math/exp2l.c +++ b/src/math/exp2l.c @@ -1,13 +1,15 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/exp2.h" +#include "special/exp2.h" #elif LDBL_MANT_DIG == 64 #include "sanity/exp2l.h" +#include "special/exp2l.h" #endif };