diff options
Diffstat (limited to 'src/complex/csin.c')
-rw-r--r-- | src/complex/csin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/complex/csin.c b/src/complex/csin.c index ad8ae67a..535c4bf8 100644 --- a/src/complex/csin.c +++ b/src/complex/csin.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include "complex_impl.h" /* sin(z) = -i sinh(i z) */ |