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