]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ggc-common.c: Include system.h before malloc.h.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Nov 2019 13:52:46 +0000 (13:52 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Nov 2019 13:52:46 +0000 (13:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277778 138bc75d-0d04-0410-961f-82ee72b054a4

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"