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