From d2eb281fb2322fd4b73d558e07883ed2f85edf25 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Tue, 1 Oct 2013 11:15:26 -0400 Subject: [PATCH] st/xorg: Include u_surface.h for u_copy_rect Fixes build errors. Signed-off-by: Alex Deucher Reviewed-by: Brian Paul --- src/gallium/state_trackers/xorg/xorg_crtc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/state_trackers/xorg/xorg_crtc.c b/src/gallium/state_trackers/xorg/xorg_crtc.c index 3cbffb5..0ab41b4 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" -- 2.7.4