summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_program.c
diff options
context:
space:
mode:
authorZou Nan hai <nanhai.zou@intel.com>2007-03-27 09:41:01 +0800
committerZou Nan hai <nanhai.zou@intel.com>2007-03-27 09:41:01 +0800
commit075d3d892f303c26c61566f2b0f0a6df0013a34f (patch)
tree7ba0ce79252dfa8ffec5b5e381b078ebde7621e8 /src/mesa/drivers/dri/i965/brw_program.c
parentc3da0bd7dde9febf206efac88bb67e98dfc90baa (diff)
Fix compile error
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_program.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_program.c b/src/mesa/drivers/dri/i965/brw_program.c
index 5d98176dce..752fe49bcb 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 <keith@tungstengraphics.com>
*/
-
+#include "shader/prog_parameter.h"
#include "brw_context.h"
#include "brw_aub.h"
#include "brw_util.h"