Add missing math_private includes.

This commit is contained in:
Wilco Dijkstra 2015-05-20 12:48:48 +00:00
parent ec0c23a4be
commit 5be91118f6
4 changed files with 9 additions and 0 deletions

View File

@ -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]

View File

@ -19,6 +19,7 @@
#include <complex.h>
#include <math.h>
#include <math_private.h>
__complex__ double

View File

@ -19,6 +19,7 @@
#include <complex.h>
#include <math.h>
#include <math_private.h>
__complex__ float

View File

@ -19,6 +19,7 @@
#include <complex.h>
#include <math.h>
#include <math_private.h>
__complex__ long double