add feature test macros to non-c99 math tests
[libc-test] / src / math / y0.c
index f175f62..adf1416 100644 (file)
@@ -1,6 +1,8 @@
+#define _BSD_SOURCE 1
+#define _XOPEN_SOURCE 700
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct d_d t[] = {
 #include "sanity/y0.h"