fix broken fma tests (due to mpfr bugs)
[libc-test] / src / math / pow10l.c
index 3f1abae..19b03f8 100644 (file)
@@ -5,9 +5,11 @@
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/pow10.h"
+#include "special/exp10.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/pow10l.h"
+#include "special/exp10l.h"
 
 #endif
 };