X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ferfc.c;h=799f79f862e7f9d308dac577141564ef3d323c09;hb=281b80f0e70fe28356c3f0ded8b86f28a5c74d0a;hp=6834d5da52656a069cc66faf267504dcd8a54bf8;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/erfc.c b/src/math/erfc.c index 6834d5d..799f79f 100644 --- a/src/math/erfc.c +++ b/src/math/erfc.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "sanity/erfc.h" +#include "special/erfc.h" };