X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexpl.c;h=5231299c4bfc514f9b97fe418e97a2dda9f21329;hb=b35e816189efde540e299412172acf6cd987dfdd;hp=6e118df019a64fe900de8f3eb7b7b776dbcc813c;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/expl.c b/src/math/expl.c index 6e118df..5231299 100644 --- a/src/math/expl.c +++ b/src/math/expl.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/exp.h" #include "ucb/exp.h" #include "sanity/exp.h" +#include "special/exp.h" #elif LDBL_MANT_DIG == 64 #include "sanity/expl.h" +#include "special/expl.h" #endif };