X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flgammal.c;h=352df9b5fd3742f48ff18128f4ea470309e631b0;hb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;hp=d282de2bcbc04c8f7f135277bc5a55c80e1736c4;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/lgammal.c b/src/math/lgammal.c index d282de2..352df9b 100644 --- a/src/math/lgammal.c +++ b/src/math/lgammal.c @@ -5,9 +5,11 @@ static struct l_li t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/lgamma.h" +#include "special/lgamma.h" #elif LDBL_MANT_DIG == 64 #include "sanity/lgammal.h" +#include "special/lgammal.h" #endif };