X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fjn.c;h=7573edc948cf86ef0219b37a066aaa04e41cec9c;hb=4f18b8f0b3cf4a59aea5258adcdd32ba2a0b6741;hp=94b3152b19d37966b200f51bc420ac0b491bbb99;hpb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;p=libc-test diff --git a/src/math/jn.c b/src/math/jn.c index 94b3152..7573edc 100644 --- a/src/math/jn.c +++ b/src/math/jn.c @@ -1,6 +1,8 @@ +#define _BSD_SOURCE 1 +#define _XOPEN_SOURCE 700 #include #include -#include "util.h" +#include "mtest.h" static struct di_d t[] = { #include "sanity/jn.h"