diff options
Diffstat (limited to 'sysdeps/libm-ieee754')
-rw-r--r-- | sysdeps/libm-ieee754/e_exp10.c | 1 | ||||
-rw-r--r-- | sysdeps/libm-ieee754/e_exp10f.c | 1 | ||||
-rw-r--r-- | sysdeps/libm-ieee754/e_exp10l.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/libm-ieee754/e_exp10.c b/sysdeps/libm-ieee754/e_exp10.c index 3b367641cd..55d676ec09 100644 --- a/sysdeps/libm-ieee754/e_exp10.c +++ b/sysdeps/libm-ieee754/e_exp10.c @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include <math.h> +#include "math_private.h" double diff --git a/sysdeps/libm-ieee754/e_exp10f.c b/sysdeps/libm-ieee754/e_exp10f.c index 200eecd833..d6cc9dc03d 100644 --- a/sysdeps/libm-ieee754/e_exp10f.c +++ b/sysdeps/libm-ieee754/e_exp10f.c @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include <math.h> +#include "math_private.h" float diff --git a/sysdeps/libm-ieee754/e_exp10l.c b/sysdeps/libm-ieee754/e_exp10l.c index e2820d24f7..cf8658b747 100644 --- a/sysdeps/libm-ieee754/e_exp10l.c +++ b/sysdeps/libm-ieee754/e_exp10l.c @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include <math.h> +#include "math_private.h" long double |