makefile change: B variable is the build directory
[libc-test] / src / math / nextafterl.c
index 58737ee..327258d 100644 (file)
@@ -1,13 +1,15 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 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
 };