summaryrefslogtreecommitdiff
path: root/src/complex/ccosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/ccosh.c')
-rw-r--r--src/complex/ccosh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/ccosh.c b/src/complex/ccosh.c
index 401f3c60..c995da7b 100644
--- a/src/complex/ccosh.c
+++ b/src/complex/ccosh.c
@@ -34,7 +34,7 @@
* These values and the return value were taken from n1124.pdf.
*/
-#include "libm.h"
+#include "complex_impl.h"
static const double huge = 0x1p1023;