diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-07-16 18:45:10 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-07-16 19:01:29 +0100 |
commit | 04dd8b71b48f69fdcef9ad559b57e1e665695b64 (patch) | |
tree | c53ef9d5cabbbdba0a7df2a90509cd40e89d206c /src/gallium/auxiliary/draw | |
parent | 3e8832d24b116b14cf24b81c16e27162a38ffa9e (diff) |
draw: fix ppc build regression
Found by x.org tinderbox, reported by Chris Ball.
Diffstat (limited to 'src/gallium/auxiliary/draw')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vs_ppc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs_ppc.c b/src/gallium/auxiliary/draw/draw_vs_ppc.c index d35db57d57..ad184bd696 100644 --- a/src/gallium/auxiliary/draw/draw_vs_ppc.c +++ b/src/gallium/auxiliary/draw/draw_vs_ppc.c @@ -48,6 +48,7 @@ #include "rtasm/rtasm_ppc.h" #include "tgsi/tgsi_ppc.h" #include "tgsi/tgsi_parse.h" +#include "tgsi/tgsi_exec.h" |