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