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