diff options
Diffstat (limited to 'lib/libm/cimagl.c')
| -rw-r--r-- | lib/libm/cimagl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libm/cimagl.c b/lib/libm/cimagl.c index 5e63ab5d..553f7da1 100644 --- a/lib/libm/cimagl.c +++ b/lib/libm/cimagl.c @@ -1,4 +1,6 @@ -#include "__complex.h" +#include "__complex.h" // for IMAG_PART, long_double_complex + +#include <complex.h> // for cimagl, complex long double cimagl(long double complex z) { |
