summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/slowexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/dbl-64/slowexp.c')
-rw-r--r--sysdeps/ieee754/dbl-64/slowexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/dbl-64/slowexp.c b/sysdeps/ieee754/dbl-64/slowexp.c
index 3a3758b305..80e1571534 100644
--- a/sysdeps/ieee754/dbl-64/slowexp.c
+++ b/sysdeps/ieee754/dbl-64/slowexp.c
@@ -1,4 +1,3 @@
-
/*
* IBM Accurate Mathematical Library
* Copyright (c) International Business Machines Corp., 2001
@@ -29,6 +28,7 @@
/* e^x */
/**************************************************************************/
#include "mpa.h"
+#include "math_private.h"
void __mpexp(mp_no *x, mp_no *y, int p);