X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fcomplex%2Fcsinhf.c;h=eb1d98c524a7d3db59eb4fccbf06498bca279721;hb=4554f155dd23a65fcdfd39f1d5af8af55ba37694;hp=49697f02f4a35359bce63973f8b446adee6138fb;hpb=8bb181622222f2ee3462c8b021bcae4fcdbbd37a;p=musl diff --git a/src/complex/csinhf.c b/src/complex/csinhf.c index 49697f02..eb1d98c5 100644 --- a/src/complex/csinhf.c +++ b/src/complex/csinhf.c @@ -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;