add ere backref regression test
[libc-test] / src / math / exp10.c
index 49cc61a..2dd7966 100644 (file)
@@ -1,9 +1,11 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct d_d t[] = {
 #include "sanity/exp10.h"
+#include "special/exp10.h"
 
 };