flockfile list corruption test
[libc-test] / src / math / acosl.c
index 5ac9a79..0d5bd39 100644 (file)
@@ -1,15 +1,17 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "crlibm/acos.h"
 #include "ucb/acos.h"
 #include "sanity/acos.h"
+#include "special/acos.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/acosl.h"
+#include "special/acosl.h"
 
 #endif
 };