summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-02-11 12:08:07 +0100
committerAlex Deucher <alexander.deucher@amd.com>2014-06-26 10:24:56 -0400
commit347ef4f01edba49820eefaf4b25522fc260d118c (patch)
treed42575ea873ca7cef47cc3ab6bc72601a2b59ca5
parent081a53703128d8aa2368856bab289759c593ccff (diff)
glamor_xv: add missing includeHEADmaster
glamor_xv.c uses DamageDamageRegion but does not include xorg/damage.h. This causes the build to fail if 9b8217f9ef6279fff6628631d18497bed0343ef9 is not present in the X server. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75466 Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=499442 Signed-off-by: Chí-Thanh Christopher Nguyễn <chithanh at gentoo.org> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--src/glamor_xv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glamor_xv.c b/src/glamor_xv.c
index d090e7b..d1aa34e 100644
--- a/src/glamor_xv.c
+++ b/src/glamor_xv.c
@@ -37,6 +37,7 @@
#ifdef GLAMOR_XV
#include "xf86xv.h"
#include <X11/extensions/Xv.h>
+#include <xorg/damage.h>
#include "fourcc.h"
/* Reference color space transform data */
typedef struct tagREF_TRANSFORM