add options.h.in to generate posix option group defines
[libc-test] / src / math / logl.c
index c9c27be..5f96d54 100644 (file)
@@ -1,15 +1,17 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "crlibm/log.h"
 #include "ucb/log.h"
 #include "sanity/log.h"
+#include "special/log.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/logl.h"
+#include "special/logl.h"
 
 #endif
 };