flockfile list corruption test
[libc-test] / src / math / powl.c
index 8ceb6f1..f66d8c7 100644 (file)
@@ -1,15 +1,17 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct ll_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "crlibm/pow.h"
 #include "ucb/pow.h"
 #include "sanity/pow.h"
+#include "special/pow.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/powl.h"
+#include "special/powl.h"
 
 #endif
 };