fix local makefiles to make it possible to rebuild binaries
[libc-test] / src / math / truncl.c
index a3b3a7a..162d918 100644 (file)
@@ -1,13 +1,15 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/trunc.h"
+#include "special/trunc.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/truncl.h"
+#include "special/truncl.h"
 
 #endif
 };