mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 03:50:13 +01:00
st/xorg: Include u_surface.h for u_copy_rect
Fixes build errors. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
9c446afb18
commit
d2eb281fb2
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
|||
#include "state_tracker/drm_driver.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_rect.h"
|
||||
#include "util/u_surface.h"
|
||||
|
||||
#ifdef HAVE_LIBKMS
|
||||
#include "libkms/libkms.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue