math: add an expm1l special case
[libc-test] / src / math / jn.c
index 96658dd..7573edc 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 di_d t[] = {
 #include "sanity/jn.h"
+#include "special/jn.h"
 };
 
 int main(void)