regex memory corruption regression test
[libc-test] / src / math / log1pl.c
index 07b0afa..0b598b7 100644 (file)
@@ -1,14 +1,16 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "crlibm/log1p.h"
 #include "sanity/log1p.h"
+#include "special/log1p.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/log1pl.h"
+#include "special/log1pl.h"
 
 #endif
 };