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