scalbn special cases
[libc-test] / src / math / sincos.c
index 3e574f3..94c292d 100644 (file)
@@ -1,9 +1,11 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct d_dd t[] = {
 #include "sanity/sincos.h"
+#include "special/sincos.h"
 };
 
 int main(void)