math: in lgamma* only check signgam when it's specified
[libc-test] / src / math / nexttowardl.c
index 8625354..add01bb 100644 (file)
@@ -5,9 +5,11 @@
 static struct ll_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/nexttoward.h"
+#include "special/nexttoward.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/nexttowardl.h"
+#include "special/nexttowardl.h"
 
 #endif
 };