Commit 253f29f1 by David Edelsohn Committed by David Edelsohn

* ggc-common.c: Include system.h before malloc.h.

From-SVN: r277778
parent 499d66aa
2019-11-04 David Edelsohn <dje.gcc@gmail.com>
* ggc-common.c: Include system.h before malloc.h.
2019-11-04 Alexandre Oliva <oliva@adacore.com>
* configure.ac: Pass --enable-obsolete=* and
......@@ -21,10 +21,10 @@ along with GCC; see the file COPYING3. If not see
any particular GC implementation. */
#include "config.h"
#include "system.h"
#ifdef HAVE_MALLINFO
#include <malloc.h>
#endif
#include "system.h"
#include "coretypes.h"
#include "timevar.h"
#include "diagnostic-core.h"
......
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