math: add an expm1l special case
[libc-test] / src / math / sincosf.c
index e21fbd9..94e3654 100644 (file)
@@ -1,9 +1,11 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct f_ff t[] = {
 #include "sanity/sincosf.h"
+#include "special/sincosf.h"
 };
 
 int main(void)