math: add an expm1l special case
[libc-test] / src / math / log.c
index 5e5d5c4..ffa8e7a 100644 (file)
@@ -1,11 +1,12 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct d_d t[] = {
 #include "crlibm/log.h"
 #include "ucb/log.h"
 #include "sanity/log.h"
+#include "special/log.h"
 
 };