summaryrefslogtreecommitdiff
path: root/src/complex/__cexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/__cexp.c')
-rw-r--r--src/complex/__cexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/__cexp.c b/src/complex/__cexp.c
index 05ac28c7..003d20af 100644
--- a/src/complex/__cexp.c
+++ b/src/complex/__cexp.c
@@ -25,7 +25,7 @@
* SUCH DAMAGE.
*/
-#include "libm.h"
+#include "complex_impl.h"
static const uint32_t k = 1799; /* constant for reduction */
static const double kln2 = 1246.97177782734161156; /* k * ln2 */