X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Flgammaf_r.c;h=278bfcf0764ecae314b0c3c9703e212a51c6a201;hb=f0101b1c9daa2cc5aa25eb303ebaa4e886a1a1d9;hp=8be26b2fd1ce10288be54441e53c32eecbf835f7;hpb=c886bb85233e642ca37731de72ad3e1f2f18a2f3;p=libc-test diff --git a/src/math/lgammaf_r.c b/src/math/lgammaf_r.c index 8be26b2..278bfcf 100644 --- a/src/math/lgammaf_r.c +++ b/src/math/lgammaf_r.c @@ -1,6 +1,8 @@ +#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"