add _DEFAULT_SOURCE wherever _BSD_SOURCE was used
[libc-test] / src / math / tan.c
index 86c69b4..88d88b0 100644 (file)
@@ -1,11 +1,12 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct d_d t[] = {
 #include "crlibm/tan.h"
 #include "ucb/tan.h"
 #include "sanity/tan.h"
+#include "special/tan.h"
 
 };