diff options
author | Zou Nan hai <nanhai.zou@intel.com> | 2007-03-27 09:41:01 +0800 |
---|---|---|
committer | Zou Nan hai <nanhai.zou@intel.com> | 2007-03-27 09:41:01 +0800 |
commit | 075d3d892f303c26c61566f2b0f0a6df0013a34f (patch) | |
tree | 7ba0ce79252dfa8ffec5b5e381b078ebde7621e8 /src | |
parent | c3da0bd7dde9febf206efac88bb67e98dfc90baa (diff) |
Fix compile error
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_program.c | 2 |
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" |