summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/darwin.c1
-rw-r--r--gcc/config/i386/winnt.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c
index cb1bc38a3be..fc7a9a8f99e 100644
--- a/gcc/config/darwin.c
+++ b/gcc/config/darwin.c
@@ -45,6 +45,7 @@ along with GCC; see the file COPYING3. If not see
#include "df.h"
#include "debug.h"
#include "obstack.h"
+#include "gimple.h"
#include "lto-streamer.h"
/* Darwin supports a feature called fix-and-continue, which is used
diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c
index 58e95a3790b..94155d89a7f 100644
--- a/gcc/config/i386/winnt.c
+++ b/gcc/config/i386/winnt.c
@@ -35,6 +35,7 @@ along with GCC; see the file COPYING3. If not see
#include "ggc.h"
#include "target.h"
#include "except.h"
+#include "gimple.h"
#include "lto-streamer.h"
/* i386/PE specific attribute support.