math: fix some invalid checks (remquo, lrint, lround, y0, y1, yn)
[libc-test] / src / math / cosl.c
index cb11ddc..7827659 100644 (file)
@@ -7,9 +7,11 @@ static struct l_l t[] = {
 #include "crlibm/cos.h"
 #include "ucb/cos.h"
 #include "sanity/cos.h"
+#include "special/cos.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/cosl.h"
+#include "special/cosl.h"
 
 #endif
 };