]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
darwin.c: Include gimple.h.
authorAndrew MacLeod <amacleod@redhat.com>
Tue, 29 Oct 2013 15:45:21 +0000 (15:45 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Tue, 29 Oct 2013 15:45:21 +0000 (15:45 +0000)
* config/darwin.c: Include gimple.h.
* config/i386/winnt.c: Likewise.

From-SVN: r204166

gcc/ChangeLog
gcc/config/darwin.c
gcc/config/i386/winnt.c

index 3bb38ebf4fb4533ef02d8ecc48c7a8c810970575..4b54fa6d2535d5c249261a610805a44047ad1912 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-29  Andrew MacLeod  <amacleod@redhat.com>
+
+       * config/darwin.c: Include gimple.h.
+       * config/i386/winnt.c: Likewise.
+
 2013-10-29  Marc Glisse  <marc.glisse@inria.fr>
 
        PR tree-optimization/19831
index cb1bc38a3be598db33e3c06fc59db481ff4a8504..fc7a9a8f99e9fc7e0cd2f3352c764cc64d2f95f1 100644 (file)
@@ -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
index 58e95a3790b44b6851c84499b79a7e9d15774f49..94155d89a7fd6a94e3793f5604992bfd93fe39a3 100644 (file)
@@ -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.