X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ferf.c;h=655e564d2c84c404906ddf2c766ca884c432f15a;hb=8b86f7f60953d319461ef976cf1dadb6da7999d8;hp=cb60a631d4924e748d7a392f7d286d457b86c285;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/erf.c b/src/math/erf.c index cb60a63..655e564 100644 --- a/src/math/erf.c +++ b/src/math/erf.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "sanity/erf.h" +#include "special/erf.h" };