* libgfortran.h: Include <stdarg.h>.
From-SVN: r127060
This commit is contained in:
parent
a6d76a9544
commit
7f7639220a
@ -1,3 +1,7 @@
|
|||||||
|
2007-07-30 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||||
|
|
||||||
|
* libgfortran.h: Include <stdarg.h>.
|
||||||
|
|
||||||
2007-07-29 Thomas Koenig <tkoenig@gcc.gnu.org>
|
2007-07-29 Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||||
|
|
||||||
PR libfortran/32858
|
PR libfortran/32858
|
||||||
|
@ -35,6 +35,7 @@ Boston, MA 02110-1301, USA. */
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
#include <stdarg.h>
|
||||||
|
|
||||||
#ifndef M_PI
|
#ifndef M_PI
|
||||||
#define M_PI 3.14159265358979323846264338327
|
#define M_PI 3.14159265358979323846264338327
|
||||||
|
Loading…
Reference in New Issue
Block a user