add missing unistd.h include
[libc-test] / src / math / j1.c
index c21721b..677dc2d 100644 (file)
@@ -1,9 +1,12 @@
+#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"
 
 };