st/xorg: Include u_surface.h for u_copy_rect
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Oct 2013 15:15:26 +0000 (11:15 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Oct 2013 15:49:08 +0000 (11:49 -0400)
Fixes build errors.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/state_trackers/xorg/xorg_crtc.c

index 3cbffb5..0ab41b4 100644 (file)
@@ -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"