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