math: fix frexp (don't check iptr when it's not specified)
[libc-test] / src / math / expm1l.c
index 7950542..02b4e8f 100644 (file)
@@ -6,9 +6,11 @@ static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "crlibm/expm1.h"
 #include "sanity/expm1.h"
+#include "special/expm1.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/expm1l.h"
+#include "special/expm1l.h"
 
 #endif
 };