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