X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexp2l.c;h=256f7a47bb10c11b7bc6f156ff445e863b77478e;hb=ea45c84bfba9dc8d703e963b18948b886fcd614e;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 };