gen tools: add tox
[libc-test] / src / math / nextafterl.c
index 58737ee..70fddb2 100644 (file)
@@ -5,9 +5,11 @@
 static struct ll_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/nextafter.h"
+#include "special/nextafter.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/nextafterl.h"
+#include "special/nextafterl.h"
 
 #endif
 };