X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ferfl.c;h=c6f636f4ef2134622bb8189d189796d10212fff4;hb=3feaa322fdec8f8a45ec19a260103f11a12891e3;hp=753885d9ee97e0c3ac2e9225bab3ee74e6240a94;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/erfl.c b/src/math/erfl.c index 753885d..c6f636f 100644 --- a/src/math/erfl.c +++ b/src/math/erfl.c @@ -5,9 +5,11 @@ 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 };