X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flgamma_r.c;h=0324815dd13816bee4d180a4fce50fee1a2c517d;hb=ea6b2c65bc3ce3bf404a9f142d664aa0bbbfe3a0;hp=78b66eacfe7d47ef00b2866df882459d1c070e19;hpb=c886bb85233e642ca37731de72ad3e1f2f18a2f3;p=libc-test diff --git a/src/math/lgamma_r.c b/src/math/lgamma_r.c index 78b66ea..0324815 100644 --- a/src/math/lgamma_r.c +++ b/src/math/lgamma_r.c @@ -1,6 +1,8 @@ +#define _BSD_SOURCE 1 +#define _GNU_SOURCE 1 #include #include -#include "util.h" +#include "mtest.h" static struct d_di t[] = { #include "sanity/lgamma_r.h"