-rw-r--r-- | src/complex/ccoshf.c | 2 |
diff --git a/src/complex/ccoshf.c b/src/complex/ccoshf.c index 90acfe05..189ce946 100644 --- a/src/complex/ccoshf.c +++ b/src/complex/ccoshf.c @@ -28,7 +28,7 @@ * Hyperbolic cosine of a complex argument. See s_ccosh.c for details. */ -#include "libm.h" +#include "complex_impl.h" static const float huge = 0x1p127; |