st/osmesa: include u_inlines.h for pipe_resource_reference
authorMichel Dänzer <michel.daenzer@amd.com>
Wed, 18 Oct 2017 16:44:58 +0000 (18:44 +0200)
committerMichel Dänzer <michel@daenzer.net>
Wed, 18 Oct 2017 16:44:58 +0000 (18:44 +0200)
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

index 44a0cc43812aee00c30d001860bab4eab2945c82..8baec0a0e44deb0162939a64851f5cbdd4ed1c57 100644 (file)
@@ -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"