math: fix frexp (don't check iptr when it's not specified)
[libc-test] / src / math / fdiml.c
index 9f6eb95..a709b2e 100644 (file)
@@ -5,9 +5,11 @@
 static struct ll_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/fdim.h"
+#include "special/fdim.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/fdiml.h"
+#include "special/fdiml.h"
 
 #endif
 };