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