X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fscalb.c;h=b1ea51ee7cfa042b80fdf5585be14e2130315a43;hb=453836db72eb1a5b188c57730bf73dbf56653e71;hp=70746b34ce540d688d1b3bf9cb6f64672d7dc431;hpb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;p=libc-test diff --git a/src/math/scalb.c b/src/math/scalb.c index 70746b3..b1ea51e 100644 --- a/src/math/scalb.c +++ b/src/math/scalb.c @@ -1,6 +1,8 @@ +#define _BSD_SOURCE 1 +#define _GNU_SOURCE 1 #include #include -#include "util.h" +#include "mtest.h" static struct dd_d t[] = { #include "sanity/scalb.h"