diff options
Diffstat (limited to 'lib/libm/ccoshl.c')
| -rw-r--r-- | lib/libm/ccoshl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/ccoshl.c b/lib/libm/ccoshl.c index ba680068..8e81506d 100644 --- a/lib/libm/ccoshl.c +++ b/lib/libm/ccoshl.c @@ -1,5 +1,5 @@ -#include <math.h> -#include <complex.h> +#include <complex.h> // for ccoshl, cimagl, complex, creall, I +#include <math.h> // for coshl, cosl, sinhl, sinl long double complex ccoshl(long double complex z) { |
