diff options
Diffstat (limited to 'src/complex/ctanhf.c')
-rw-r--r-- | src/complex/ctanhf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/ctanhf.c b/src/complex/ctanhf.c index 72b76da0..7f422ba7 100644 --- a/src/complex/ctanhf.c +++ b/src/complex/ctanhf.c @@ -28,7 +28,7 @@ * Hyperbolic tangent of a complex argument z. See s_ctanh.c for details. */ -#include "libm.h" +#include "complex_impl.h" float complex ctanhf(float complex z) { |