mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Add missing math_private includes.
This commit is contained in:
parent
ec0c23a4be
commit
5be91118f6
@ -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]
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include <math_private.h>
|
||||
|
||||
|
||||
__complex__ double
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include <math_private.h>
|
||||
|
||||
|
||||
__complex__ float
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <complex.h>
|
||||
#include <math.h>
|
||||
#include <math_private.h>
|
||||
|
||||
|
||||
__complex__ long double
|
||||
|
Loading…
Reference in New Issue
Block a user