]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing math_private includes.
authorWilco Dijkstra <wdijkstr@arm.com>
Wed, 20 May 2015 12:48:48 +0000 (12:48 +0000)
committerWilco Dijkstra <wdijkstr@arm.com>
Wed, 20 May 2015 12:48:48 +0000 (12:48 +0000)
ChangeLog
math/s_cproj.c
math/s_cprojf.c
math/s_cprojl.c

index c1a73c8f9dc6d395cfdedf5c21aae23636f3b1fe..e13e16615a3469e7adcb07aed247bd125c13026e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index 80615a6e625d151a464624aca15d81f586a258de..bf2cfc472dc6ad2a6f9d07eb1d91cab9bf5f65c8 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <complex.h>
 #include <math.h>
+#include <math_private.h>
 
 
 __complex__ double
index 39542b2b33d7a1ef43800699d8ccd79348769fbd..531d10e14f566285eeed4f3461cefca45523ce6c 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <complex.h>
 #include <math.h>
+#include <math_private.h>
 
 
 __complex__ float
index dc5a038469c9b14cbc0952ca4e0e1d1f01dba99b..32292a4a6d51b1cbc69f1fe75d99df3f61832e98 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <complex.h>
 #include <math.h>
+#include <math_private.h>
 
 
 __complex__ long double