summaryrefslogtreecommitdiff
path: root/src/complex/ccoshf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/ccoshf.c')
-rw-r--r--src/complex/ccoshf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/ccoshf.c b/src/complex/ccoshf.c
index 90acfe05..189ce946 100644
--- a/src/complex/ccoshf.c
+++ b/src/complex/ccoshf.c
@@ -28,7 +28,7 @@
* Hyperbolic cosine of a complex argument. See s_ccosh.c for details.
*/
-#include "libm.h"
+#include "complex_impl.h"
static const float huge = 0x1p127;