summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2015-05-20 12:48:48 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2015-05-20 12:48:48 +0000
commit5be91118f623db41c74c5fdaebf12200a779e6e6 (patch)
treeaba422468e26900dbe406cc20c0579fde12f74c7 /math
parentec0c23a4bebd4024ee5d61ecd5506d4a6ca9e01e (diff)
downloadglibc-5be91118f623db41c74c5fdaebf12200a779e6e6.tar.gz
Add missing math_private includes.
Diffstat (limited to 'math')
-rw-r--r--math/s_cproj.c1
-rw-r--r--math/s_cprojf.c1
-rw-r--r--math/s_cprojl.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/math/s_cproj.c b/math/s_cproj.c
index 80615a6e62..bf2cfc472d 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 39542b2b33..531d10e14f 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 dc5a038469..32292a4a6d 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