From: Zou Nan hai Date: Tue, 27 Mar 2007 01:41:01 +0000 (+0800) Subject: Fix compile error X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=075d3d892f303c26c61566f2b0f0a6df0013a34f;p=mesa.git Fix compile error --- diff --git a/src/mesa/drivers/dri/i965/brw_program.c b/src/mesa/drivers/dri/i965/brw_program.c index 5d98176dced..752fe49bcbf 100644 --- a/src/mesa/drivers/dri/i965/brw_program.c +++ b/src/mesa/drivers/dri/i965/brw_program.c @@ -29,7 +29,7 @@ * Keith Whitwell */ - +#include "shader/prog_parameter.h" #include "brw_context.h" #include "brw_aub.h" #include "brw_util.h"