diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2015-07-06 20:00:27 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-07-06 20:00:34 +0200 |
commit | c8b8271379b200c5c6fa89ca995f90f97f55c2c5 (patch) | |
tree | 2e5daac6d6bc982ffd4b2cd180ad1926382ecf1f /libavdevice | |
parent | 161a301d44274645c2272855dac3e4664f935603 (diff) | |
download | ffmpeg-c8b8271379b200c5c6fa89ca995f90f97f55c2c5.tar.gz |
xcbgrab: Explicitly include xcb/shape.h
Found-By: Cheristheus
Diffstat (limited to 'libavdevice')
-rw-r--r-- | libavdevice/xcbgrab.c | 1 |
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> |