Mesa (master): st/xorg: Include u_surface.h for u_copy_rect

Alex Deucher agd5f at kemper.freedesktop.org
Tue Oct 1 15:53:21 UTC 2013


Module: Mesa
Branch: master
Commit: d2eb281fb2322fd4b73d558e07883ed2f85edf25
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2eb281fb2322fd4b73d558e07883ed2f85edf25

Author: Alex Deucher <alexander.deucher at amd.com>
Date:   Tue Oct  1 11:15:26 2013 -0400

st/xorg: Include u_surface.h for u_copy_rect

Fixes build errors.

Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/gallium/state_trackers/xorg/xorg_crtc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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"




More information about the mesa-commit mailing list