diff options
Diffstat (limited to 'src/complex/ctanh.c')
-rw-r--r-- | src/complex/ctanh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/ctanh.c b/src/complex/ctanh.c index 3ba3a899..54004cd7 100644 --- a/src/complex/ctanh.c +++ b/src/complex/ctanh.c @@ -63,7 +63,7 @@ * precision. I also handle large x differently. */ -#include "libm.h" +#include "complex_impl.h" double complex ctanh(double complex z) { |