X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flgammaf_r.c;h=301b7b5d6d7c086f193ef8ccfb9fb421cde13afd;hb=517ccafc57089ac88b88050a4c7ab0ece4235e19;hp=8be26b2fd1ce10288be54441e53c32eecbf835f7;hpb=c886bb85233e642ca37731de72ad3e1f2f18a2f3;p=libc-test diff --git a/src/math/lgammaf_r.c b/src/math/lgammaf_r.c index 8be26b2..301b7b5 100644 --- a/src/math/lgammaf_r.c +++ b/src/math/lgammaf_r.c @@ -1,6 +1,9 @@ +#define _DEFAULT_SOURCE 1 +#define _BSD_SOURCE 1 +#define _GNU_SOURCE 1 #include #include -#include "util.h" +#include "mtest.h" static struct f_fi t[] = { #include "sanity/lgammaf_r.h"