inet_pton tests, fix regression test case
[libc-test] / src / math / sincosl.c
index 697eeda..82dc65d 100644 (file)
@@ -1,12 +1,15 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_ll t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/sincos.h"
+#include "special/sincos.h"
 #elif LDBL_MANT_DIG == 64
 #include "sanity/sincosl.h"
+#include "special/sincosl.h"
 #endif
 };