xcbgrab: Explicitly include xcb/shape.h

Found-By: Cheristheus
pull/140/head
Luca Barbato 10 years ago
parent 161a301d44
commit c8b8271379
  1. 1
      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>

Loading…
Cancel
Save