fix broken thread list unlocking after fork
[musl] / src / complex / csinhf.c
index 49697f0..eb1d98c 100644 (file)
@@ -28,7 +28,7 @@
  * Hyperbolic sine of a complex argument z.  See s_csinh.c for details.
  */
 
-#include "libm.h"
+#include "complex_impl.h"
 
 static const float huge = 0x1p127;