X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fcomplex%2Fccosh.c;h=c995da7bb2247a88db849199d1d5aea12bec8b30;hb=42aa19a0fefc5c38f6e00734afae80d42ab3bd48;hp=401f3c604237c046fb9f3ebf0aa9656e31ca8a31;hpb=cfbaba79a2dd380e580a247b8fd36af60c878e8f;p=musl diff --git a/src/complex/ccosh.c b/src/complex/ccosh.c index 401f3c60..c995da7b 100644 --- a/src/complex/ccosh.c +++ b/src/complex/ccosh.c @@ -34,7 +34,7 @@ * These values and the return value were taken from n1124.pdf. */ -#include "libm.h" +#include "complex_impl.h" static const double huge = 0x1p1023;