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