mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 16:40:13 +01:00
dri_drawable: missing header
dri_util.h must be included in dri_drawable.h for __DRI* types and driDrawPriv to be defined. Signed-off-by: Eleni Maria Stea <elene.mst@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14334>
This commit is contained in:
parent
cafca76fa2
commit
0357a2e012
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_format.h"
|
||||
#include "frontend/api.h"
|
||||
#include "dri_util.h"
|
||||
|
||||
struct pipe_surface;
|
||||
struct st_framebuffer;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue