X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fcomplex%2Fcsqrtf.c;h=a6163974da042e1a1ba3b12836043175f2eb1331;hb=0ab97350f01b42de0f9fd811ee08653169661859;hp=ab5102f035b9edc7889ffe3ff24d3b18ffcec50b;hpb=cfbaba79a2dd380e580a247b8fd36af60c878e8f;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,