From: Emil Velikov Date: Thu, 9 Mar 2017 01:58:30 +0000 (+0000) Subject: i965: add missing brw_defines.h include in brw_program.c X-Git-Tag: upstream/17.1.0~1475 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2eefb903d58eefde766c6c8fd53fb519874d18b9;p=platform%2Fupstream%2Fmesa.git i965: add missing brw_defines.h include in brw_program.c File is using the PIPE_CONTROL_* macros as defined in the header. Signed-off-by: Emil Velikov Reviewed-by: Jason Ekstrand --- diff --git a/src/mesa/drivers/dri/i965/brw_program.c b/src/mesa/drivers/dri/i965/brw_program.c index dbc39e5..7767e54 100644 --- a/src/mesa/drivers/dri/i965/brw_program.c +++ b/src/mesa/drivers/dri/i965/brw_program.c @@ -44,6 +44,7 @@ #include "brw_program.h" #include "brw_context.h" #include "brw_nir.h" +#include "brw_defines.h" #include "intel_batchbuffer.h" static void