* ggc-common.c: Include system.h before malloc.h.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 4 Nov 2019 13:52:46 +0000 (13:52 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 4 Nov 2019 13:52:46 +0000 (08:52 -0500)
From-SVN: r277778

gcc/ChangeLog
gcc/ggc-common.c

index 536ad7fd4bcfeacf5a822a668694b67cc91bad1b..1b99947db22789728ac2f825cd19b6aeeb14379f 100644 (file)
@@ -1,3 +1,7 @@
+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
index b0a01c7aa20d6405d71ba00f000608b6ce83a0ac..0841a0ab6c43f869f57d1d8356b102b481c0a901 100644 (file)
@@ -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"