X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ftgammal.c;h=49558129a02d6cf723f7e72784c50da771cd382d;hb=9b9e359952c7591c8cf54ae49a412bbc96bc9cd6;hp=6bfffebc89d42c77742fd52b5e090705d572697c;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/tgammal.c b/src/math/tgammal.c index 6bfffeb..4955812 100644 --- a/src/math/tgammal.c +++ b/src/math/tgammal.c @@ -5,9 +5,11 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/tgamma.h" +#include "special/tgamma.h" #elif LDBL_MANT_DIG == 64 #include "sanity/tgammal.h" +#include "special/tgammal.h" #endif };