math: fix nexttoward and nexttowardf tests
[libc-test] / src / math / atanhl.c
index 4d986da..05cb556 100644 (file)
@@ -5,9 +5,11 @@
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/atanh.h"
+#include "special/atanh.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/atanhl.h"
+#include "special/atanhl.h"
 
 #endif
 };