X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ferfl.c;h=342c810c432d31fd3c3219e5532873736c06b4ee;hb=1421f13d69c511693e685e6e406de523610223fd;hp=753885d9ee97e0c3ac2e9225bab3ee74e6240a94;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/erfl.c b/src/math/erfl.c index 753885d..342c810 100644 --- a/src/math/erfl.c +++ b/src/math/erfl.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/erf.h" +#include "special/erf.h" #elif LDBL_MANT_DIG == 64 #include "sanity/erfl.h" +#include "special/erfl.h" #endif };