From: Keith Whitwell Date: Thu, 16 Jul 2009 17:45:10 +0000 (+0100) Subject: draw: fix ppc build regression X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04dd8b71b48f69fdcef9ad559b57e1e665695b64;p=mesa.git draw: fix ppc build regression Found by x.org tinderbox, reported by Chris Ball. --- diff --git a/src/gallium/auxiliary/draw/draw_vs_ppc.c b/src/gallium/auxiliary/draw/draw_vs_ppc.c index d35db57d571..ad184bd696d 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"