darwin.c: Include gimple.h.

* config/darwin.c: Include gimple.h.
	* config/i386/winnt.c: Likewise.

From-SVN: r204166
This commit is contained in:
Andrew MacLeod 2013-10-29 15:45:21 +00:00 committed by Andrew Macleod
parent 5f546e16b7
commit f3e79ec832
3 changed files with 7 additions and 0 deletions

View 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

View 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

View 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.