Commit 7f763922 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* libgfortran.h: Include <stdarg.h>.

From-SVN: r127060
parent a6d76a95
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. */ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment