fail posix_spawn file_actions operations with negative fds
[musl] / src / complex / ccoshf.c
index 90acfe0..189ce94 100644 (file)
@@ -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;