diff options
Diffstat (limited to 'src/complex/ctanhl.c')
-rw-r--r-- | src/complex/ctanhl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/ctanhl.c b/src/complex/ctanhl.c index 89a75d13..45d5862c 100644 --- a/src/complex/ctanhl.c +++ b/src/complex/ctanhl.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include "complex_impl.h" //FIXME long double complex ctanhl(long double complex z) |