X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flgammaf.c;h=d20176b7d7c35f9af9568c90cc43889124268959;hb=8f89d908656122033909033a7a71c87636319a08;hp=ce73ee413671a091ae7bb0a9f944eb6ed686f12c;hpb=c886bb85233e642ca37731de72ad3e1f2f18a2f3;p=libc-test diff --git a/src/math/lgammaf.c b/src/math/lgammaf.c index ce73ee4..d20176b 100644 --- a/src/math/lgammaf.c +++ b/src/math/lgammaf.c @@ -1,6 +1,8 @@ +#define _BSD_SOURCE 1 +#define _XOPEN_SOURCE 700 #include #include -#include "util.h" +#include "mtest.h" static struct f_fi t[] = { #include "sanity/lgammaf.h"