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