add feature test macros to non-c99 math tests
[libc-test] / src / math / lgammal_r.c
index 03e3901..2f4927e 100644 (file)
@@ -1,6 +1,7 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_li t[] = {
 #if LDBL_MANT_DIG == 53