math: fix mpfr code for ld80 long double functions
[libc-test] / src / math / log10l.c
index b05b4fa..e0f9eee 100644 (file)
@@ -4,11 +4,13 @@
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
-D
-#include "sanity/log10l.h"
-#elif LDBL_MANT_DIG == 64
+#include "crlibm/log10.h"
+#include "ucb/log10.h"
+#include "sanity/log10.h"
 
+#elif LDBL_MANT_DIG == 64
 #include "sanity/log10l.h"
+
 #endif
 };