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