Skip to content

Commit

Permalink
Add missing math_private includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilco Dijkstra committed May 20, 2015
1 parent ec0c23a commit 5be9111
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
1 change: 1 addition & 0 deletions math/s_cproj.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <complex.h>
#include <math.h>
#include <math_private.h>


__complex__ double
Expand Down
1 change: 1 addition & 0 deletions math/s_cprojf.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <complex.h>
#include <math.h>
#include <math_private.h>


__complex__ float
Expand Down
1 change: 1 addition & 0 deletions math/s_cprojl.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <complex.h>
#include <math.h>
#include <math_private.h>


__complex__ long double
Expand Down

0 comments on commit 5be9111

Please sign in to comment.