makefile change: B variable is the build directory
[libc-test] / src / math / nearbyint.c
index db5a58c..675e77c 100644 (file)
@@ -1,9 +1,10 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct d_d t[] = {
 #include "sanity/nearbyint.h"
+#include "special/nearbyint.h"
 
 };