summaryrefslogtreecommitdiff
path: root/src/complex/csinh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/csinh.c')
-rw-r--r--src/complex/csinh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/csinh.c b/src/complex/csinh.c
index 0f8035d1..eda0ab59 100644
--- a/src/complex/csinh.c
+++ b/src/complex/csinh.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;