OSDN Git Service

xcbgrab: Explicitly include xcb/shape.h
authorLuca Barbato <lu_zero@gentoo.org>
Mon, 6 Jul 2015 18:00:27 +0000 (20:00 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Mon, 6 Jul 2015 18:00:34 +0000 (20:00 +0200)
Found-By: Cheristheus
libavdevice/xcbgrab.c

index 96cad8f..b539388 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <stdlib.h>
 #include <xcb/xcb.h>
+#include <xcb/shape.h>
 
 #if CONFIG_LIBXCB_XFIXES
 #include <xcb/xfixes.h>