fix malloc-brk-fail
[libc-test] / src / math / j1f.c
index 38123fb..640bb10 100644 (file)
@@ -1,9 +1,12 @@
+#define _DEFAULT_SOURCE 1
+#define _BSD_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct f_f t[] = {
 #include "sanity/j1f.h"
+#include "special/j1f.h"
 
 };