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