From: Alex Deucher Date: Tue, 1 Oct 2013 15:15:26 +0000 (-0400) Subject: st/xorg: Include u_surface.h for u_copy_rect X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2eb281fb2322fd4b73d558e07883ed2f85edf25;p=mesa.git st/xorg: Include u_surface.h for u_copy_rect Fixes build errors. Signed-off-by: Alex Deucher Reviewed-by: Brian Paul --- diff --git a/src/gallium/state_trackers/xorg/xorg_crtc.c b/src/gallium/state_trackers/xorg/xorg_crtc.c index 3cbffb59802..0ab41b48701 100644 --- a/src/gallium/state_trackers/xorg/xorg_crtc.c +++ b/src/gallium/state_trackers/xorg/xorg_crtc.c @@ -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"