X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ferfcl.c;h=f8021f30a8d8ea459be6df4b65b43c1233df34c1;hb=05b75aa5eb2a9908495c341300a2acc19e9eaf4b;hp=4e7ffecd8b01e2a4d74462caf22087b2f5b96837;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/erfcl.c b/src/math/erfcl.c index 4e7ffec..f8021f3 100644 --- a/src/math/erfcl.c +++ b/src/math/erfcl.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/erfc.h" +#include "special/erfc.h" #elif LDBL_MANT_DIG == 64 #include "sanity/erfcl.h" +#include "special/erfcl.h" #endif };