diff options
author | Eric Anholt <[email protected]> | 2010-01-25 22:27:46 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-01-25 22:27:46 -0800 |
commit | a098fd71d7b7347bb8f1841bad0e7ce24e0e6de9 (patch) | |
tree | 275e5d22a376f07d7371b2701a392cf52b4a8348 /src/mesa | |
parent | 74aa773f7cbe456ca8f25c8a9a2c911795cc2a63 (diff) |
i965: Fix build after merge of mesa stable branch.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c index 568db97ec74..65f51be3410 100644 --- a/src/mesa/drivers/dri/i965/brw_context.c +++ b/src/mesa/drivers/dri/i965/brw_context.c @@ -37,6 +37,7 @@ #include "shader/shader_api.h" #include "brw_context.h" +#include "brw_defines.h" #include "brw_draw.h" #include "brw_state.h" #include "intel_span.h" |