X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flgammal.c;h=37047f968efb78ce45bca89f828f4657886a1cad;hb=6ba7f3a0ae53658a9dc59a4bca5db5ce6735bb62;hp=c5f604117af7c5049785945cefd18b1b439bf6dc;hpb=c886bb85233e642ca37731de72ad3e1f2f18a2f3;p=libc-test diff --git a/src/math/lgammal.c b/src/math/lgammal.c index c5f6041..37047f9 100644 --- a/src/math/lgammal.c +++ b/src/math/lgammal.c @@ -1,6 +1,8 @@ +#define _BSD_SOURCE 1 +#define _XOPEN_SOURCE 700 #include #include -#include "util.h" +#include "mtest.h" static struct l_li t[] = { #if LDBL_MANT_DIG == 53