[Mesa-dev] [PATCH mesa] freedreno: add missing include
Eric Engestrom
eric.engestrom at imgtec.com
Mon Mar 5 17:52:43 UTC 2018
Fixes: 26a9321d0ae819f2a49d7 "freedreno: add global_bindings state"
Cc: Rob Clark <robdclark at gmail.com>
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
src/gallium/drivers/freedreno/freedreno_state.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gallium/drivers/freedreno/freedreno_state.c b/src/gallium/drivers/freedreno/freedreno_state.c
index 05717da95995e5cec6a5..907653e64af244bcc364 100644
--- a/src/gallium/drivers/freedreno/freedreno_state.c
+++ b/src/gallium/drivers/freedreno/freedreno_state.c
@@ -40,6 +40,8 @@
#include "freedreno_query_hw.h"
#include "freedreno_util.h"
+#include <freedreno/freedreno_drmif.h>
+
/* All the generic state handling.. In case of CSO's that are specific
* to the GPU version, when the bind and the delete are common they can
* go in here.
--
Cheers,
Eric
More information about the mesa-dev
mailing list