math: logb needs to be correctly rounded
[libc-test] / src / math / remainderl.c
index 5ce0f97..f1c8be0 100644 (file)
@@ -5,9 +5,11 @@
 static struct ll_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/remainder.h"
+#include "special/remainder.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/remainderl.h"
+#include "special/remainderl.h"
 
 #endif
 };