math: fix long double ulperror calculation
[libc-test] / src / math / log2l.c
index a1a7315..0578864 100644 (file)
@@ -6,9 +6,11 @@ static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "crlibm/log2.h"
 #include "sanity/log2.h"
+#include "special/log2.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/log2l.h"
+#include "special/log2l.h"
 
 #endif
 };