Mesa (master): st/osmesa: include u_inlines.h for pipe_resource_reference

Michel Dänzer daenzer at kemper.freedesktop.org
Wed Oct 18 16:47:36 UTC 2017


Module: Mesa
Branch: master
Commit: 8c9e7c9638278687297fbc6ba4344771d61f721e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c9e7c9638278687297fbc6ba4344771d61f721e

Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Wed Oct 18 18:44:58 2017 +0200

st/osmesa: include u_inlines.h for pipe_resource_reference

Fixes build failure due to unresolved symbol.

Fixes: 7561da367bae "st/mesa: Initialize textures array in
                     st_framebuffer_validate"

Trivial.

---

 src/gallium/state_trackers/osmesa/osmesa.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/state_trackers/osmesa/osmesa.c b/src/gallium/state_trackers/osmesa/osmesa.c
index 44a0cc4381..8baec0a0e4 100644
--- a/src/gallium/state_trackers/osmesa/osmesa.c
+++ b/src/gallium/state_trackers/osmesa/osmesa.c
@@ -62,6 +62,7 @@
 #include "util/u_box.h"
 #include "util/u_debug.h"
 #include "util/u_format.h"
+#include "util/u_inlines.h"
 #include "util/u_memory.h"
 
 #include "postprocess/filters.h"




More information about the mesa-commit mailing list