diff mbox

fix graphite build

Message ID 528B694E.20907@redhat.com
State New
Headers show

Commit Message

Andrew MacLeod Nov. 19, 2013, 1:36 p.m. UTC
graphite-sese-to-poly.c needs expr.h to compile.  Fixed thusly and 
checked in as revision 205027.

Andrew

Comments

Diego Novillo Nov. 19, 2013, 1:44 p.m. UTC | #1
On Tue, Nov 19, 2013 at 8:36 AM, Andrew MacLeod <amacleod@redhat.com> wrote:
> graphite-sese-to-poly.c needs expr.h to compile.  Fixed thusly and checked
> in as revision 205027.

Thanks!


Diego.
diff mbox

Patch

	* graphite-sese-to-poly.c: Include expr.h.

Index: graphite-sese-to-poly.c
===================================================================
*** graphite-sese-to-poly.c	(revision 205024)
--- graphite-sese-to-poly.c	(working copy)
*************** along with GCC; see the file COPYING3.
*** 58,63 ****
--- 58,64 ----
  #include "tree-ssa-propagate.h"
  
  #ifdef HAVE_cloog
+ #include "expr.h"
  #include "graphite-poly.h"
  #include "graphite-sese-to-poly.h"