add _DEFAULT_SOURCE wherever _BSD_SOURCE was used
[libc-test] / src / math / sincosf.c
index dcf4bb3..94e3654 100644 (file)
@@ -1,6 +1,7 @@
+#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"