mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add missing math_private includes.
This commit is contained in:
@ -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>
|
2015-05-19 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
[BZ #18244]
|
[BZ #18244]
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
#include <complex.h>
|
#include <complex.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include <math_private.h>
|
||||||
|
|
||||||
|
|
||||||
__complex__ double
|
__complex__ double
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
#include <complex.h>
|
#include <complex.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include <math_private.h>
|
||||||
|
|
||||||
|
|
||||||
__complex__ float
|
__complex__ float
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
#include <complex.h>
|
#include <complex.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include <math_private.h>
|
||||||
|
|
||||||
|
|
||||||
__complex__ long double
|
__complex__ long double
|
||||||
|
Reference in New Issue
Block a user