diff options
Diffstat (limited to 'src/complex/catanl.c')
-rw-r--r-- | src/complex/catanl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/catanl.c b/src/complex/catanl.c index 5ace7704..a9fc02db 100644 --- a/src/complex/catanl.c +++ b/src/complex/catanl.c @@ -59,7 +59,7 @@ #include <complex.h> #include <float.h> -#include "libm.h" +#include "complex_impl.h" #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double complex catanl(long double complex z) |