regex memory corruption regression test
[libc-test] / src / math / atan.c
index 825f2ce..9712712 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/atan.h"
 #include "ucb/atan.h"
 #include "sanity/atan.h"
+#include "special/atan.h"
 
 };