diff options
Diffstat (limited to 'src/complex/casinhl.c')
-rw-r--r-- | src/complex/casinhl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/casinhl.c b/src/complex/casinhl.c index 714f1893..68ba3ddf 100644 --- a/src/complex/casinhl.c +++ b/src/complex/casinhl.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include "complex_impl.h" #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double complex casinhl(long double complex z) |