diff options
Diffstat (limited to 'lib/libm/csinl.c')
| -rw-r--r-- | lib/libm/csinl.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libm/csinl.c b/lib/libm/csinl.c index df049bcc..9793d4ad 100644 --- a/lib/libm/csinl.c +++ b/lib/libm/csinl.c @@ -1,4 +1,7 @@ -#include "__complex.h" +#include "__complex.h" // for cchshl + +#include <complex.h> // for creall, complex, cimagl, csinl, I +#include <math.h> // for cosl, sinl long double complex csinl(long double complex z) { |
