add _DEFAULT_SOURCE wherever _BSD_SOURCE was used
[libc-test] / src / math / lgamma_r.c
index 78b66ea..d9fa1ac 100644 (file)
@@ -1,6 +1,9 @@
+#define _DEFAULT_SOURCE 1
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct d_di t[] = {
 #include "sanity/lgamma_r.h"