Browse Source

xcbgrab: Explicitly include xcb/shape.h

Found-By: Cheristheus
tags/n2.8
Luca Barbato 10 years ago
parent
commit
c8b8271379
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavdevice/xcbgrab.c

+ 1
- 0
libavdevice/xcbgrab.c View File

@@ -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