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