Message ID | 000601d092fc$00326160$00972420$@com |
---|---|
State | New |
Headers | show |
diff --git a/math/s_cproj.c b/math/s_cproj.c index 80615a6..bf2cfc4 100644 --- a/math/s_cproj.c +++ b/math/s_cproj.c @@ -19,6 +19,7 @@ #include <complex.h> #include <math.h> +#include <math_private.h> __complex__ double diff --git a/math/s_cprojf.c b/math/s_cprojf.c index 39542b2..531d10e 100644 --- a/math/s_cprojf.c +++ b/math/s_cprojf.c @@ -19,6 +19,7 @@ #include <complex.h> #include <math.h> +#include <math_private.h> __complex__ float diff --git a/math/s_cprojl.c b/math/s_cprojl.c index dc5a038..32292a4 100644 --- a/math/s_cprojl.c +++ b/math/s_cprojl.c @@ -19,6 +19,7 @@ #include <complex.h> #include <math.h> +#include <math_private.h> __complex__ long double