add feature test macros to non-c99 math tests
[libc-test] / src / math / fdiml.c
index 9f6eb95..e08e27e 100644 (file)
@@ -1,13 +1,15 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct ll_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/fdim.h"
+#include "special/fdim.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/fdiml.h"
+#include "special/fdiml.h"
 
 #endif
 };