[FFmpeg-cvslog] xcbgrab: Explicitly include xcb/shape.h

Luca Barbato git at videolan.org
Thu Jul 9 00:30:50 CEST 2015


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Mon Jul  6 20:00:27 2015 +0200| [c8b8271379b200c5c6fa89ca995f90f97f55c2c5] | committer: Luca Barbato

xcbgrab: Explicitly include xcb/shape.h

Found-By: Cheristheus

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8b8271379b200c5c6fa89ca995f90f97f55c2c5
---

 libavdevice/xcbgrab.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c
index 96cad8f..b539388 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>



More information about the ffmpeg-cvslog mailing list