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