math: fix nexttoward and nexttowardf tests
[libc-test] / src / math / nearbyintl.c
index a86e83b..9350be6 100644 (file)
@@ -5,9 +5,11 @@
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/nearbyint.h"
+#include "special/nearbyint.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/nearbyintl.h"
+#include "special/nearbyintl.h"
 
 #endif
 };