regression test for brk failing in malloc
[libc-test] / src / math / log2l.c
index a1a7315..a9a60c4 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/log2.h"
 #include "sanity/log2.h"
+#include "special/log2.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/log2l.h"
+#include "special/log2l.h"
 
 #endif
 };