From: Eric Anholt Date: Tue, 26 Jan 2010 06:27:46 +0000 (-0800) Subject: i965: Fix build after merge of mesa stable branch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a098fd71d7b7347bb8f1841bad0e7ce24e0e6de9;p=mesa.git i965: Fix build after merge of mesa stable branch. --- 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"