diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | math/s_cproj.c | 1 | ||||
-rw-r--r-- | math/s_cprojf.c | 1 | ||||
-rw-r--r-- | math/s_cprojl.c | 1 |
4 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-05-20 Wilco Dijkstra <wdijkstr@arm.com> + + * math/s_cproj.c: Add include "math_private.h". + * math/s_cprojf.c: Likewise. + * math/s_cprojl.c: Likewise. + 2015-05-19 Joseph Myers <joseph@codesourcery.com> [BZ #18244] 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 |