X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fcomplex%2Fcacos.c;h=c39d257b44b52a679a4e6efe61a38eef739e5b3e;hb=e95538fa07d2b460b25ee6c2fef05f820888776d;hp=27c356364c8c6ffe438767352195e791ed03a23f;hpb=8bb181622222f2ee3462c8b021bcae4fcdbbd37a;p=musl diff --git a/src/complex/cacos.c b/src/complex/cacos.c index 27c35636..c39d257b 100644 --- a/src/complex/cacos.c +++ b/src/complex/cacos.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include "complex_impl.h" // FIXME: Hull et al. "Implementing the complex arcsine and arccosine functions using exception handling" 1997