math: add an expm1l special case
[libc-test] / src / math / log1pf.c
index fb738f6..96cb6be 100644 (file)
@@ -1,9 +1,10 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct f_f t[] = {
 #include "sanity/log1pf.h"
+#include "special/log1pf.h"
 
 };