X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fyn.c;h=9dcaa616876c81abd5e9551e7d5a31fdd318601b;hb=fd13cb9d081d7cc2355fc34805377e88399a7534;hp=cc4f2fe6f52c94dbec14d4a9808f96c55020cb4a;hpb=b3580f11bf7b91afd597e6224c2f265d6d0b087f;p=libc-test diff --git a/src/math/yn.c b/src/math/yn.c index cc4f2fe..9dcaa61 100644 --- a/src/math/yn.c +++ b/src/math/yn.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/yn.h"