X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fcomplex%2Fcsqrt.c;h=c36de00196cfe105bc236c85a426a3e65004d654;hb=b678f7b46a614ca8985b3ef662d96036e06e8810;hp=8a2ba608012230d79a16ce788feb96e4b4d53a0f;hpb=8bb181622222f2ee3462c8b021bcae4fcdbbd37a;p=musl diff --git a/src/complex/csqrt.c b/src/complex/csqrt.c index 8a2ba608..c36de001 100644 --- a/src/complex/csqrt.c +++ b/src/complex/csqrt.c @@ -25,7 +25,7 @@ * SUCH DAMAGE. */ -#include "libm.h" +#include "complex_impl.h" /* * gcc doesn't implement complex multiplication or division correctly,