From 2eefb903d58eefde766c6c8fd53fb519874d18b9 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 9 Mar 2017 01:58:30 +0000 Subject: [PATCH] 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 --- src/mesa/drivers/dri/i965/brw_program.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/i965/brw_program.c b/src/mesa/drivers/dri/i965/brw_program.c index dbc39e53f2a..7767e54d658 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 -- 2.30.2