makefile change: B variable is the build directory
[libc-test] / src / math / modfl.c
index c555cd4..84abdcd 100644 (file)
@@ -1,12 +1,14 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_ll t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/modf.h"
+#include "special/modf.h"
 #elif LDBL_MANT_DIG == 64
 #include "sanity/modfl.h"
+#include "special/modfl.h"
 #endif
 };