diff --git a/external/gpl3/gcc/dist/gcc/auto-profile.c b/external/gpl3/gcc/dist/gcc/auto-profile.c index ba2d5ab654e6..153821c48151 100644 --- a/external/gpl3/gcc/dist/gcc/auto-profile.c +++ b/external/gpl3/gcc/dist/gcc/auto-profile.c @@ -19,11 +19,11 @@ along with GCC; see the file COPYING3. If not see . */ #include "config.h" -#include "system.h" #include #include #include +#include "system.h" #include "coretypes.h" #include "hash-set.h" diff --git a/external/gpl3/gcc/dist/gcc/graphite-isl-ast-to-gimple.c b/external/gpl3/gcc/dist/gcc/graphite-isl-ast-to-gimple.c index a83a85dbabc3..250cc6935af9 100644 --- a/external/gpl3/gcc/dist/gcc/graphite-isl-ast-to-gimple.c +++ b/external/gpl3/gcc/dist/gcc/graphite-isl-ast-to-gimple.c @@ -38,6 +38,7 @@ extern "C" { #endif #endif +#include #include "system.h" #include "coretypes.h" #include "hash-set.h" @@ -75,7 +76,6 @@ extern "C" { #include "tree-scalar-evolution.h" #include "gimple-ssa.h" #include "tree-into-ssa.h" -#include #ifdef HAVE_isl #include "graphite-poly.h" diff --git a/external/gpl3/gcc/dist/gcc/system.h b/external/gpl3/gcc/dist/gcc/system.h index 3c3aaa784646..3036e32993a6 100644 --- a/external/gpl3/gcc/dist/gcc/system.h +++ b/external/gpl3/gcc/dist/gcc/system.h @@ -224,6 +224,7 @@ extern int errno; #ifdef __cplusplus # include # include +# include # include #endif #endif