diff options
author | Emil Velikov <[email protected]> | 2017-03-09 01:58:30 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-13 11:16:34 +0000 |
commit | 2eefb903d58eefde766c6c8fd53fb519874d18b9 (patch) | |
tree | a4d7e44dd549d27f6a9bd4fe9ea11bb7d77af36a /src/mesa | |
parent | 1d80407a6a11f8989ffb2e8fe1c03eb149d36ea0 (diff) |
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 <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_program.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |