math: add an expm1l special case
[libc-test] / src / math / jnf.c
index 66294d2..e5ae728 100644 (file)
@@ -1,6 +1,8 @@
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct fi_f t[] = {
 #include "sanity/jnf.h"