X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flgamma.c;h=381e2d337328b0311d8379fea9adb4b387a932eb;hb=baa9bfe1879e3f1e717b8e1e11e9412ac9f91424;hp=ecb1dbb0d77be2ee4f6cba4bbf9a03ad15dc6b8a;hpb=c886bb85233e642ca37731de72ad3e1f2f18a2f3;p=libc-test diff --git a/src/math/lgamma.c b/src/math/lgamma.c index ecb1dbb..381e2d3 100644 --- a/src/math/lgamma.c +++ b/src/math/lgamma.c @@ -1,6 +1,8 @@ +#define _BSD_SOURCE 1 +#define _XOPEN_SOURCE 700 #include #include -#include "util.h" +#include "mtest.h" static struct d_di t[] = { #include "sanity/lgamma.h"