math: add an expm1l special case
[libc-test] / src / math / pow10.c
index 9197398..b5d2a83 100644 (file)
@@ -1,6 +1,7 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct d_d t[] = {
 #include "sanity/pow10.h"