summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2015-07-06 20:00:27 +0200
committerLuca Barbato <lu_zero@gentoo.org>2015-07-06 20:00:34 +0200
commitc8b8271379b200c5c6fa89ca995f90f97f55c2c5 (patch)
tree2e5daac6d6bc982ffd4b2cd180ad1926382ecf1f /libavdevice
parent161a301d44274645c2272855dac3e4664f935603 (diff)
xcbgrab: Explicitly include xcb/shape.h
Found-By: Cheristheus
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/xcbgrab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c
index 96cad8f3f2..b539388429 100644
--- a/libavdevice/xcbgrab.c
+++ b/libavdevice/xcbgrab.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <xcb/xcb.h>
+#include <xcb/shape.h>
#if CONFIG_LIBXCB_XFIXES
#include <xcb/xfixes.h>