summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-07-16 18:45:10 +0100
committerKeith Whitwell <keithw@vmware.com>2009-07-16 19:01:29 +0100
commit04dd8b71b48f69fdcef9ad559b57e1e665695b64 (patch)
treec53ef9d5cabbbdba0a7df2a90509cd40e89d206c /src
parent3e8832d24b116b14cf24b81c16e27162a38ffa9e (diff)
draw: fix ppc build regression
Found by x.org tinderbox, reported by Chris Ball.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/draw/draw_vs_ppc.c1
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"