add _DEFAULT_SOURCE wherever _BSD_SOURCE was used
[libc-test] / src / math / j1.c
index c21721b..76af0a3 100644 (file)
@@ -1,9 +1,13 @@
+#define _DEFAULT_SOURCE 1
+#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/j1.h"
+#include "special/j1.h"
 
 };