math: fenv status flag fixes
[libc-test] / src / math / cos.c
index 485efad..b2f5de2 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/cos.h"
 #include "ucb/cos.h"
 #include "sanity/cos.h"
+#include "special/cos.h"
 
 };