diff options
Diffstat (limited to 'lib/libm/ctanl.c')
| -rw-r--r-- | lib/libm/ctanl.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libm/ctanl.c b/lib/libm/ctanl.c index a410db0e..65a9c2a5 100644 --- a/lib/libm/ctanl.c +++ b/lib/libm/ctanl.c @@ -1,4 +1,7 @@ -#include "__complex.h" +#include "__complex.h" // for ctansl + +#include <complex.h> // for cimagl, complex, creall, I, ctanl +#include <math.h> // for HUGE_VALL, coshl, cosl, fabsl, sinhl, sinl long double complex ctanl(long double complex z) { |
