more pow(0,-inf) fixes
[libc-test] / src / math / pow10l.c
index 3f1abae..478f6a7 100644 (file)
@@ -1,13 +1,16 @@
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/pow10.h"
+#include "special/exp10.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/pow10l.h"
+#include "special/exp10l.h"
 
 #endif
 };