math: fix some invalid checks (remquo, lrint, lround, y0, y1, yn)
[libc-test] / src / math / asinhl.c
index 8be196e..e0fcddc 100644 (file)
@@ -5,9 +5,11 @@
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/asinh.h"
+#include "special/asinh.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/asinhl.h"
+#include "special/asinhl.h"
 
 #endif
 };